<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<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>
	<lastBuildDate>Wed, 21 Oct 2009 11:07:38 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Martin Ferro-Thomsen</title>
		<link>http://www.ericfaerber.com/2007/08/21/godaddy-and-mod_rewrite/#comment-28186</link>
		<dc:creator>Martin Ferro-Thomsen</dc:creator>
		<pubDate>Tue, 07 Apr 2009 08:57:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericfaerber.com/2007/08/21/godaddy-and-mod_rewrite/#comment-28186</guid>
		<description>Yeah, I hear what you are saying here. I was going crazy installing Wordpress 2.7 on Godaddy Economy Hosting (Windows) that wouldn’t support mod_rewrite. I managed to fix it using a custom 404 file, and I&#039;ve been relatively happy with Godaddy since (although I haven&#039;t tried others yet). I wrote about it here: http://ferrogate.com/2009/04/the-new-ferrogate-i-moved-from-blogger-to-wordpress.html

Great blog! (subscribing this very moment).</description>
		<content:encoded><![CDATA[<p>Yeah, I hear what you are saying here. I was going crazy installing Wordpress 2.7 on Godaddy Economy Hosting (Windows) that wouldn’t support mod_rewrite. I managed to fix it using a custom 404 file, and I&#8217;ve been relatively happy with Godaddy since (although I haven&#8217;t tried others yet). I wrote about it here: <a href="http://ferrogate.com/2009/04/the-new-ferrogate-i-moved-from-blogger-to-wordpress.html" rel="nofollow">http://ferrogate.com/2009/04/the-new-ferrogate-i-moved-from-blogger-to-wordpress.html</a></p>
<p>Great blog! (subscribing this very moment).</p>
]]></content:encoded>
	</item>
	<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&#039;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&#039;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 &#8211; 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>
