<?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 Update</title>
	<atom:link href="http://gidden.net/tom/2006/07/09/4-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://gidden.net/tom/2006/07/09/4-2/</link>
	<description></description>
	<pubDate>Tue, 06 Jan 2009 02:08:35 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: BJ</title>
		<link>http://gidden.net/tom/2006/07/09/4-2/#comment-11784</link>
		<dc:creator>BJ</dc:creator>
		<pubDate>Sun, 16 Dec 2007 16:13:26 +0000</pubDate>
		<guid isPermaLink="false">http://gidden.net/tom/2006/07/09/4-2/#comment-11784</guid>
		<description>I was having all sorts of problems with mod_rewrite and godaddy hosting. It turned out multiviews were rewriting my URLs before mod_rewrite could which messed it all up. After I disabled multiviews all my old mod_rewrite rules worked great. To turn multiviews off just add this to your htaccess file:

Options -MultiViews

I wrote a little more about it on my bog:
http://www.btjones.com/2007/12/09/godaddy-mod_rewrite-problem-fix/</description>
		<content:encoded><![CDATA[<p>I was having all sorts of problems with mod_rewrite and godaddy hosting. It turned out multiviews were rewriting my URLs before mod_rewrite could which messed it all up. After I disabled multiviews all my old mod_rewrite rules worked great. To turn multiviews off just add this to your htaccess file:</p>
<p>Options -MultiViews</p>
<p>I wrote a little more about it on my bog:<br />
<a href="http://www.btjones.com/2007/12/09/godaddy-mod_rewrite-problem-fix/" rel="nofollow">http://www.btjones.com/2007/12/09/godaddy-mod_rewrite-problem-fix/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mascix</title>
		<link>http://gidden.net/tom/2006/07/09/4-2/#comment-10059</link>
		<dc:creator>mascix</dc:creator>
		<pubDate>Sun, 07 Oct 2007 04:11:51 +0000</pubDate>
		<guid isPermaLink="false">http://gidden.net/tom/2006/07/09/4-2/#comment-10059</guid>
		<description>strangely some of my sites can work with mod_rewrite and some could not. and the most strange part they are all in the same hosting account and I am checking all but still it is not working for www .mujuu .com and at the same time for www .sifavi .com its working.

another awkward situation I just changed a simple rule for mujuu.com to redirect to www .mujuu .com and it worked after I uploaded htaccess but other rules does not working and I am stuck :(

have you tried htaccess for subdomains ?</description>
		<content:encoded><![CDATA[<p>strangely some of my sites can work with mod_rewrite and some could not. and the most strange part they are all in the same hosting account and I am checking all but still it is not working for www .mujuu .com and at the same time for www .sifavi .com its working.</p>
<p>another awkward situation I just changed a simple rule for mujuu.com to redirect to www .mujuu .com and it worked after I uploaded htaccess but other rules does not working and I am stuck :(</p>
<p>have you tried htaccess for subdomains ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
