<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Godaddy and mod_rewrite</title>
	<atom:link href="http://www.ericfaerber.com/2007/08/21/godaddy-and-mod_rewrite/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ericfaerber.com/2007/08/21/godaddy-and-mod_rewrite/</link>
	<description></description>
	<pubDate>Sun, 07 Sep 2008 17:29:03 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Matt D.</title>
		<link>http://www.ericfaerber.com/2007/08/21/godaddy-and-mod_rewrite/#comment-27990</link>
		<dc:creator>Matt D.</dc:creator>
		<pubDate>Mon, 04 Aug 2008 22:14:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericfaerber.com/2007/08/21/godaddy-and-mod_rewrite/#comment-27990</guid>
		<description>Nice call 0w3w!  That works perfectly for me.</description>
		<content:encoded><![CDATA[<p>Nice call 0w3w!  That works perfectly for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 0w3w</title>
		<link>http://www.ericfaerber.com/2007/08/21/godaddy-and-mod_rewrite/#comment-27914</link>
		<dc:creator>0w3w</dc:creator>
		<pubDate>Fri, 13 Jun 2008 22:23:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericfaerber.com/2007/08/21/godaddy-and-mod_rewrite/#comment-27914</guid>
		<description>I'm not native speaker, sorry for the grammar..

Well, I had the same problem u have, and after some googling I found the answer  it is as simple as one instruction on the .htaccess:

&lt;code&gt;Options -MultiViews&lt;/code&gt;

This is the .htaccess that worked for me:

&lt;code&gt;  Options +FollowSymLinks
  Options -MultiViews
  rewriteEngine On
  rewriteRule ^test/(.*)\.php$ /test.php?variable=$1&lt;/code&gt;

If this do not work or your hosting is in the root directory try taking out the / on the second part of the rewrite rule, like this

&lt;code&gt;  rewriteRule ^test/(.*)\.php$ test.php?variable=$1&lt;/code&gt;

Hope I'd helped ^^</description>
		<content:encoded><![CDATA[<p>I&#8217;m not native speaker, sorry for the grammar..</p>
<p>Well, I had the same problem u have, and after some googling I found the answer  it is as simple as one instruction on the .htaccess:</p>
<p><code>Options -MultiViews</code></p>
<p>This is the .htaccess that worked for me:</p>
<p><code>  Options +FollowSymLinks<br />
  Options -MultiViews<br />
  rewriteEngine On<br />
  rewriteRule ^test/(.*)\.php$ /test.php?variable=$1</code></p>
<p>If this do not work or your hosting is in the root directory try taking out the / on the second part of the rewrite rule, like this</p>
<p><code>  rewriteRule ^test/(.*)\.php$ test.php?variable=$1</code></p>
<p>Hope I&#8217;d helped ^^</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JPD</title>
		<link>http://www.ericfaerber.com/2007/08/21/godaddy-and-mod_rewrite/#comment-27765</link>
		<dc:creator>JPD</dc:creator>
		<pubDate>Thu, 08 Nov 2007 19:38:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericfaerber.com/2007/08/21/godaddy-and-mod_rewrite/#comment-27765</guid>
		<description>Use Dreamhost - cheap and reliable -</description>
		<content:encoded><![CDATA[<p>Use Dreamhost - cheap and reliable -</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://www.ericfaerber.com/2007/08/21/godaddy-and-mod_rewrite/#comment-27636</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Fri, 14 Sep 2007 01:31:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericfaerber.com/2007/08/21/godaddy-and-mod_rewrite/#comment-27636</guid>
		<description>Having exactly the same damn problem! Its so frustrating searching trying to find out a solution and now i see there isnt one!

Last time i EVER use and excuse of webhost company, they are utterly pathetic!

P.S. Thanx for the post</description>
		<content:encoded><![CDATA[<p>Having exactly the same damn problem! Its so frustrating searching trying to find out a solution and now i see there isnt one!</p>
<p>Last time i EVER use and excuse of webhost company, they are utterly pathetic!</p>
<p>P.S. Thanx for the post</p>
]]></content:encoded>
	</item>
</channel>
</rss>
