<?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 mod_rewrite problem fix!</title>
	<atom:link href="http://www.btjones.com/2007/12/09/godaddy-mod_rewrite-problem-fix/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.btjones.com/2007/12/09/godaddy-mod_rewrite-problem-fix/</link>
	<description></description>
	<pubDate>Wed, 20 Aug 2008 19:32:08 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Mod_Rewrite GoDaddy Fixed</title>
		<link>http://www.btjones.com/2007/12/09/godaddy-mod_rewrite-problem-fix/#comment-9365</link>
		<dc:creator>Mod_Rewrite GoDaddy Fixed</dc:creator>
		<pubDate>Tue, 12 Aug 2008 12:08:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.btjones.com/2007/12/09/godaddy-mod_rewrite-problem-fix/#comment-9365</guid>
		<description>PUFF THE MAGIC BTJONES... you are the man, I wish I found this way back! thank you so much for this post</description>
		<content:encoded><![CDATA[<p>PUFF THE MAGIC BTJONES&#8230; you are the man, I wish I found this way back! thank you so much for this post</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 0w3w</title>
		<link>http://www.btjones.com/2007/12/09/godaddy-mod_rewrite-problem-fix/#comment-9256</link>
		<dc:creator>0w3w</dc:creator>
		<pubDate>Fri, 13 Jun 2008 22:22:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.btjones.com/2007/12/09/godaddy-mod_rewrite-problem-fix/#comment-9256</guid>
		<description>Man u are god!!!

Thank's!!! I was getting frustrated... and then puff! your magic post XD

Thank's!</description>
		<content:encoded><![CDATA[<p>Man u are god!!!</p>
<p>Thank&#8217;s!!! I was getting frustrated&#8230; and then puff! your magic post XD</p>
<p>Thank&#8217;s!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Can</title>
		<link>http://www.btjones.com/2007/12/09/godaddy-mod_rewrite-problem-fix/#comment-8986</link>
		<dc:creator>Can</dc:creator>
		<pubDate>Sat, 19 Apr 2008 23:07:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.btjones.com/2007/12/09/godaddy-mod_rewrite-problem-fix/#comment-8986</guid>
		<description>Man thank you soooo much! I've been looking everywhere! Your solution finally ended my problems with GoDaddy!</description>
		<content:encoded><![CDATA[<p>Man thank you soooo much! I&#8217;ve been looking everywhere! Your solution finally ended my problems with GoDaddy!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sterling C</title>
		<link>http://www.btjones.com/2007/12/09/godaddy-mod_rewrite-problem-fix/#comment-8980</link>
		<dc:creator>Sterling C</dc:creator>
		<pubDate>Mon, 07 Apr 2008 17:25:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.btjones.com/2007/12/09/godaddy-mod_rewrite-problem-fix/#comment-8980</guid>
		<description>Oh man thank you so much.... i had bought an application and thought this issue had me beat!</description>
		<content:encoded><![CDATA[<p>Oh man thank you so much&#8230;. i had bought an application and thought this issue had me beat!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.btjones.com/2007/12/09/godaddy-mod_rewrite-problem-fix/#comment-8464</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Thu, 06 Mar 2008 00:20:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.btjones.com/2007/12/09/godaddy-mod_rewrite-problem-fix/#comment-8464</guid>
		<description>Thanks for that. You are my hero.</description>
		<content:encoded><![CDATA[<p>Thanks for that. You are my hero.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: michael skramstad</title>
		<link>http://www.btjones.com/2007/12/09/godaddy-mod_rewrite-problem-fix/#comment-8439</link>
		<dc:creator>michael skramstad</dc:creator>
		<pubDate>Sat, 01 Mar 2008 22:40:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.btjones.com/2007/12/09/godaddy-mod_rewrite-problem-fix/#comment-8439</guid>
		<description>I'm using the GoDaddy shared Linux plan and my .htaccess file isn't working. Maybe their configuration has been changed. I want URLs that begin with http://mikeskramstad.com to redirect to the "www" version. Here's the code:

RewriteEngine on
Options	 -MultiViews FollowSymLinks
RewriteBase /

RewriteCond %{HTTP_HOST}   !^www\.mikeskramstad\.com$ [NC]
RewriteRule ^/(.*)$         http://www.mikeskramstad.com/$1 [R=301,L]</description>
		<content:encoded><![CDATA[<p>I&#8217;m using the GoDaddy shared Linux plan and my .htaccess file isn&#8217;t working. Maybe their configuration has been changed. I want URLs that begin with <a href="http://mikeskramstad.com" rel="nofollow">http://mikeskramstad.com</a> to redirect to the &#8220;www&#8221; version. Here&#8217;s the code:</p>
<p>RewriteEngine on<br />
Options	 -MultiViews FollowSymLinks<br />
RewriteBase /</p>
<p>RewriteCond %{HTTP_HOST}   !^www\.mikeskramstad\.com$ [NC]<br />
RewriteRule ^/(.*)$         <a href="http://www.mikeskramstad.com/1" rel="nofollow">http://www.mikeskramstad.com/1</a> [R=301,L]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Waldek</title>
		<link>http://www.btjones.com/2007/12/09/godaddy-mod_rewrite-problem-fix/#comment-5744</link>
		<dc:creator>Waldek</dc:creator>
		<pubDate>Thu, 10 Jan 2008 03:18:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.btjones.com/2007/12/09/godaddy-mod_rewrite-problem-fix/#comment-5744</guid>
		<description>Thank You, Thank You, Thank You:)</description>
		<content:encoded><![CDATA[<p>Thank You, Thank You, Thank You:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brandon</title>
		<link>http://www.btjones.com/2007/12/09/godaddy-mod_rewrite-problem-fix/#comment-4512</link>
		<dc:creator>Brandon</dc:creator>
		<pubDate>Tue, 18 Dec 2007 03:33:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.btjones.com/2007/12/09/godaddy-mod_rewrite-problem-fix/#comment-4512</guid>
		<description>That sucks...were you experiencing the same problems I described? I would suggest temporarily removing your htaccess file, then try navigating to a file of yours without the extension. Say, for instance, you have a file called http://www.test.com/tester.php - try going to http://www.test.com/tester and see if the page still comes up. If it does, and all of your mod_rewrite stuff is off, then MultiViews are on (like they were for me).</description>
		<content:encoded><![CDATA[<p>That sucks&#8230;were you experiencing the same problems I described? I would suggest temporarily removing your htaccess file, then try navigating to a file of yours without the extension. Say, for instance, you have a file called <a href="http://www.test.com/tester.php" rel="nofollow">http://www.test.com/tester.php</a> - try going to <a href="http://www.test.com/tester" rel="nofollow">http://www.test.com/tester</a> and see if the page still comes up. If it does, and all of your mod_rewrite stuff is off, then MultiViews are on (like they were for me).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://www.btjones.com/2007/12/09/godaddy-mod_rewrite-problem-fix/#comment-4511</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Tue, 18 Dec 2007 02:30:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.btjones.com/2007/12/09/godaddy-mod_rewrite-problem-fix/#comment-4511</guid>
		<description>So i have been having the same problem and have scoured the internet tubes for solutions to this problem. I have tried them all and none of them worked. You gave me hope to think that your fix would also work.....however i am still without clean urls</description>
		<content:encoded><![CDATA[<p>So i have been having the same problem and have scoured the internet tubes for solutions to this problem. I have tried them all and none of them worked. You gave me hope to think that your fix would also work&#8230;..however i am still without clean urls</p>
]]></content:encoded>
	</item>
</channel>
</rss>
