<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>My Web Experiences &#187; url</title>
	<atom:link href="http://www.mywebexperiences.com/tag/url/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mywebexperiences.com</link>
	<description>A web development blog</description>
	<lastBuildDate>Thu, 05 Jan 2012 14:56:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Stop apache showing incomplete urls</title>
		<link>http://www.mywebexperiences.com/2008/05/22/stop-apache-showing-incomplete-urls/</link>
		<comments>http://www.mywebexperiences.com/2008/05/22/stop-apache-showing-incomplete-urls/#comments</comments>
		<pubDate>Fri, 23 May 2008 03:51:20 +0000</pubDate>
		<dc:creator>Rene</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[url]]></category>

		<guid isPermaLink="false">http://www.mywebexperiences.com/?p=32</guid>
		<description><![CDATA[Apache was showing files even if i didn&#8217;t put the extension on the url, that behavior was messing with a mod rewrite rule i was working on. To solve this we just add the line below to the .htaccess file and that&#8217;s it apache will stop showing incomplete urls Options -MultiViews &#160;]]></description>
			<content:encoded><![CDATA[<p>
Apache was showing files even if i didn&#8217;t put the extension on the url, that behavior was messing with a mod rewrite rule i was working on. To solve this we just add the line below to the <strong>.htaccess</strong>  file and that&#8217;s it apache will stop showing incomplete urls
</p>
<div class="dean_ch" style="white-space: nowrap;"><ol><li class="li1"><div class="de1">Options -MultiViews</div></li>
<li class="li1"><div class="de1">&nbsp;</div></li></ol></div>]]></content:encoded>
			<wfw:commentRss>http://www.mywebexperiences.com/2008/05/22/stop-apache-showing-incomplete-urls/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

