<?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 mod_rewrite problem fix!</title>
	<atom:link href="http://www.btjones.com/2007/12/godaddy-mod_rewrite-problem-fix/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.btjones.com/2007/12/godaddy-mod_rewrite-problem-fix/</link>
	<description>Stuff and Things</description>
	<lastBuildDate>Thu, 02 Feb 2012 11:23:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Dan Bibbens</title>
		<link>http://www.btjones.com/2007/12/godaddy-mod_rewrite-problem-fix/comment-page-1/#comment-21606</link>
		<dc:creator>Dan Bibbens</dc:creator>
		<pubDate>Mon, 02 Jan 2012 02:36:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.btjones.com/2007/12/09/godaddy-mod_rewrite-problem-fix/#comment-21606</guid>
		<description>@Brandon 

Thank your for the help.

I will give that a shot.</description>
		<content:encoded><![CDATA[<p>@Brandon </p>
<p>Thank your for the help.</p>
<p>I will give that a shot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brandon</title>
		<link>http://www.btjones.com/2007/12/godaddy-mod_rewrite-problem-fix/comment-page-1/#comment-21605</link>
		<dc:creator>Brandon</dc:creator>
		<pubDate>Mon, 02 Jan 2012 02:32:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.btjones.com/2007/12/09/godaddy-mod_rewrite-problem-fix/#comment-21605</guid>
		<description>@Dan Bibbens

You&#039;ll want it in your root directory in the example I gave you. And yes, I have seen some delays with GoDaddy before which is really frustrating. Not sure how long the delay is though (maybe 15 minutes or an hour?), it&#039;s been a few years since I did any real mod_rewrite work with GoDaddy and I don&#039;t remember the specifics of the delay.

The code you posted should work if you move it into the region directory. Otherwise, what you posted would work to rewrite this http://www.youthlaxco.com/team to this http://www.youthlaxco.com/index.php?pg=team which could be what you want.</description>
		<content:encoded><![CDATA[<p>@Dan Bibbens</p>
<p>You&#8217;ll want it in your root directory in the example I gave you. And yes, I have seen some delays with GoDaddy before which is really frustrating. Not sure how long the delay is though (maybe 15 minutes or an hour?), it&#8217;s been a few years since I did any real mod_rewrite work with GoDaddy and I don&#8217;t remember the specifics of the delay.</p>
<p>The code you posted should work if you move it into the region directory. Otherwise, what you posted would work to rewrite this <a href="http://www.youthlaxco.com/team" rel="nofollow">http://www.youthlaxco.com/team</a> to this <a href="http://www.youthlaxco.com/index.php?pg=team" rel="nofollow">http://www.youthlaxco.com/index.php?pg=team</a> which could be what you want.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Bibbens</title>
		<link>http://www.btjones.com/2007/12/godaddy-mod_rewrite-problem-fix/comment-page-1/#comment-21604</link>
		<dc:creator>Dan Bibbens</dc:creator>
		<pubDate>Mon, 02 Jan 2012 02:21:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.btjones.com/2007/12/09/godaddy-mod_rewrite-problem-fix/#comment-21604</guid>
		<description>@Brandon
I have all of the files of the region placed in the root folder on godaddy. 

so it would be w/o region

Options -MultiViews
RewriteEngine On
RewriteRule ^/([^/\.]+)/?$ /index.php?pg=$1 [L]</description>
		<content:encoded><![CDATA[<p>@Brandon<br />
I have all of the files of the region placed in the root folder on godaddy. </p>
<p>so it would be w/o region</p>
<p>Options -MultiViews<br />
RewriteEngine On<br />
RewriteRule ^/([^/\.]+)/?$ /index.php?pg=$1 [L]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Bibbens</title>
		<link>http://www.btjones.com/2007/12/godaddy-mod_rewrite-problem-fix/comment-page-1/#comment-21603</link>
		<dc:creator>Dan Bibbens</dc:creator>
		<pubDate>Mon, 02 Jan 2012 02:14:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.btjones.com/2007/12/09/godaddy-mod_rewrite-problem-fix/#comment-21603</guid>
		<description>@Brandon


I new to this.
For the .htaccess file-----will it need to be placed in the main root directory or the /region/ directory… so i can get a better understanding how it works.

Is there a delay with godaddy?</description>
		<content:encoded><![CDATA[<p>@Brandon</p>
<p>I new to this.<br />
For the .htaccess file&#8212;&#8211;will it need to be placed in the main root directory or the /region/ directory… so i can get a better understanding how it works.</p>
<p>Is there a delay with godaddy?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brandon</title>
		<link>http://www.btjones.com/2007/12/godaddy-mod_rewrite-problem-fix/comment-page-1/#comment-21602</link>
		<dc:creator>Brandon</dc:creator>
		<pubDate>Mon, 02 Jan 2012 02:02:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.btjones.com/2007/12/09/godaddy-mod_rewrite-problem-fix/#comment-21602</guid>
		<description>@Dan Bibbens

Do you have any rules set up in your .htaccess file to perform the rewrite you&#039;re looking for? This blog post is about enabling mod_rewrite in GoDaddy&#039;s hosting environment since it seems they sometimes have multiviews enabled which interferes with mod_rewrite. Writing the rules themselves is a completely separate task.

That being said, you&#039;ll need to add some code similar to the following in your .htaccess file. This is just scratching the surface with what mod_rewrite can do and you may end up needing something more complex:

&lt;code&gt;
Options -MultiViews
RewriteEngine On
RewriteRule ^region/([^/\.]+)/?$ region/index.php?pg=$1 [L]
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>@Dan Bibbens</p>
<p>Do you have any rules set up in your .htaccess file to perform the rewrite you&#8217;re looking for? This blog post is about enabling mod_rewrite in GoDaddy&#8217;s hosting environment since it seems they sometimes have multiviews enabled which interferes with mod_rewrite. Writing the rules themselves is a completely separate task.</p>
<p>That being said, you&#8217;ll need to add some code similar to the following in your .htaccess file. This is just scratching the surface with what mod_rewrite can do and you may end up needing something more complex:</p>
<p><code><br />
Options -MultiViews<br />
RewriteEngine On<br />
RewriteRule ^region/([^/\.]+)/?$ region/index.php?pg=$1 [L]<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Bibbens</title>
		<link>http://www.btjones.com/2007/12/godaddy-mod_rewrite-problem-fix/comment-page-1/#comment-21601</link>
		<dc:creator>Dan Bibbens</dc:creator>
		<pubDate>Mon, 02 Jan 2012 01:19:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.btjones.com/2007/12/09/godaddy-mod_rewrite-problem-fix/#comment-21601</guid>
		<description>I need help with it...

i have the url
http://www.youthlaxco.com/region/index.php?pg=team 
i want to change it to
http://www.youthlaxco.com/region/team</description>
		<content:encoded><![CDATA[<p>I need help with it&#8230;</p>
<p>i have the url<br />
<a href="http://www.youthlaxco.com/region/index.php?pg=team" rel="nofollow">http://www.youthlaxco.com/region/index.php?pg=team</a><br />
i want to change it to<br />
<a href="http://www.youthlaxco.com/region/team" rel="nofollow">http://www.youthlaxco.com/region/team</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: seb_z_lite</title>
		<link>http://www.btjones.com/2007/12/godaddy-mod_rewrite-problem-fix/comment-page-1/#comment-20755</link>
		<dc:creator>seb_z_lite</dc:creator>
		<pubDate>Tue, 18 Oct 2011 22:27:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.btjones.com/2007/12/09/godaddy-mod_rewrite-problem-fix/#comment-20755</guid>
		<description>alright!! yes. it finally works. I spent so many days.only with Godaddy. Clean Urls finally..</description>
		<content:encoded><![CDATA[<p>alright!! yes. it finally works. I spent so many days.only with Godaddy. Clean Urls finally..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Swensen</title>
		<link>http://www.btjones.com/2007/12/godaddy-mod_rewrite-problem-fix/comment-page-1/#comment-20198</link>
		<dc:creator>Matt Swensen</dc:creator>
		<pubDate>Thu, 15 Sep 2011 23:48:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.btjones.com/2007/12/09/godaddy-mod_rewrite-problem-fix/#comment-20198</guid>
		<description>One great big THANK YOU to you... You wrote this almost 4 years ago and it saved me today. I have been banging my head against the wall about this for hours. THANK YOU</description>
		<content:encoded><![CDATA[<p>One great big THANK YOU to you&#8230; You wrote this almost 4 years ago and it saved me today. I have been banging my head against the wall about this for hours. THANK YOU</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill</title>
		<link>http://www.btjones.com/2007/12/godaddy-mod_rewrite-problem-fix/comment-page-1/#comment-20162</link>
		<dc:creator>Bill</dc:creator>
		<pubDate>Tue, 13 Sep 2011 14:40:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.btjones.com/2007/12/09/godaddy-mod_rewrite-problem-fix/#comment-20162</guid>
		<description>Beatiful! Wondered what the deal was with GD. Nice.</description>
		<content:encoded><![CDATA[<p>Beatiful! Wondered what the deal was with GD. Nice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mm</title>
		<link>http://www.btjones.com/2007/12/godaddy-mod_rewrite-problem-fix/comment-page-1/#comment-20053</link>
		<dc:creator>mm</dc:creator>
		<pubDate>Mon, 05 Sep 2011 09:17:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.btjones.com/2007/12/09/godaddy-mod_rewrite-problem-fix/#comment-20053</guid>
		<description>Thank you.Thank you. Thank you :D</description>
		<content:encoded><![CDATA[<p>Thank you.Thank you. Thank you <img src='http://www.btjones.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 1.029 seconds -->

