<?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: How I Fixed Drupal Clean URL&#8217;s Using GoDaddy Hosting</title>
	<atom:link href="http://www.jtpratt.com/how-i-fixed-drupal-clean-urls-using-godaddy-hosting/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jtpratt.com/how-i-fixed-drupal-clean-urls-using-godaddy-hosting/</link>
	<description>Wordpress Consulting, Wordpress Help, Custom Themes and Plugins</description>
	<lastBuildDate>Tue, 07 Feb 2012 18:54:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: classified</title>
		<link>http://www.jtpratt.com/how-i-fixed-drupal-clean-urls-using-godaddy-hosting/#comment-8904</link>
		<dc:creator>classified</dc:creator>
		<pubDate>Thu, 04 Mar 2010 04:01:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.jtpratt.com/2007/08/08/how-i-fixed-drupal-clean-urls-using-godaddy-hosting/#comment-8904</guid>
		<description>Can I use a downloaded theme on there? I have seen some Wordpress hosted blogs with different themes, so it looks like it&#039;s possible.</description>
		<content:encoded><![CDATA[<p>Can I use a downloaded theme on there? I have seen some WordPress hosted blogs with different themes, so it looks like it&#8217;s possible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.jtpratt.com/how-i-fixed-drupal-clean-urls-using-godaddy-hosting/#comment-8356</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 18 Dec 2009 01:45:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.jtpratt.com/2007/08/08/how-i-fixed-drupal-clean-urls-using-godaddy-hosting/#comment-8356</guid>
		<description>well, my only comment is that it sucks to be the owner of a Drupal web site - doesn&#039;t it?  You wouldn&#039;t have that problem if Wordpress was the root web site.  My only advice is to try the drupal forums for how their htaccess file works.</description>
		<content:encoded><![CDATA[<p>well, my only comment is that it sucks to be the owner of a Drupal web site &#8211; doesn&#8217;t it?  You wouldn&#8217;t have that problem if WordPress was the root web site.  My only advice is to try the drupal forums for how their htaccess file works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marvel</title>
		<link>http://www.jtpratt.com/how-i-fixed-drupal-clean-urls-using-godaddy-hosting/#comment-8355</link>
		<dc:creator>Marvel</dc:creator>
		<pubDate>Fri, 18 Dec 2009 01:30:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.jtpratt.com/2007/08/08/how-i-fixed-drupal-clean-urls-using-godaddy-hosting/#comment-8355</guid>
		<description>yikes!

I have a deluxe hosting plan with GoDaddy where my main hosting domain has Drupal installed in it and the domains in my subdirectories have Wordpress installed in them... My main domain/Drupal is working fine, but my subdirectory domains get a 403 and subsequent 500 server error when the Wordpress blogs try to be retrieved! I worked through the .htaccess file and uncommented the rewritebase / which is how my subdirectory domains even get to show their pretty faces, but how do I make sure the Wordpress part of them not have an error!

sorry... obviously my 5th hour trying to figure this out and perusing the net for someone in the same boat.

Looks like the above post are from 2007! yikes again.</description>
		<content:encoded><![CDATA[<p>yikes!</p>
<p>I have a deluxe hosting plan with GoDaddy where my main hosting domain has Drupal installed in it and the domains in my subdirectories have WordPress installed in them&#8230; My main domain/Drupal is working fine, but my subdirectory domains get a 403 and subsequent 500 server error when the WordPress blogs try to be retrieved! I worked through the .htaccess file and uncommented the rewritebase / which is how my subdirectory domains even get to show their pretty faces, but how do I make sure the WordPress part of them not have an error!</p>
<p>sorry&#8230; obviously my 5th hour trying to figure this out and perusing the net for someone in the same boat.</p>
<p>Looks like the above post are from 2007! yikes again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eli the Computer Guy</title>
		<link>http://www.jtpratt.com/how-i-fixed-drupal-clean-urls-using-godaddy-hosting/#comment-5719</link>
		<dc:creator>Eli the Computer Guy</dc:creator>
		<pubDate>Wed, 29 Apr 2009 20:33:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.jtpratt.com/2007/08/08/how-i-fixed-drupal-clean-urls-using-godaddy-hosting/#comment-5719</guid>
		<description>God bless you all. I was having a hell of a time trying to figure this problem out.  What solved it for me was Doug&#039;s answer.

I changed uncommented RewriteBase /drupal and deleted the drupal part.

# Modify the RewriteBase if you are using Drupal in a subdirectory or in a
# VirtualDocumentRoot and the rewrite rules are not working properly.
# For example if your site is at http://example.com/drupal uncomment and
# modify the following line:
RewriteBase /

And it worked perfectly within seconds.</description>
		<content:encoded><![CDATA[<p>God bless you all. I was having a hell of a time trying to figure this problem out.  What solved it for me was Doug&#8217;s answer.</p>
<p>I changed uncommented RewriteBase /drupal and deleted the drupal part.</p>
<p># Modify the RewriteBase if you are using Drupal in a subdirectory or in a<br />
# VirtualDocumentRoot and the rewrite rules are not working properly.<br />
# For example if your site is at <a href="http://example.com/drupal" rel="nofollow">http://example.com/drupal</a> uncomment and<br />
# modify the following line:<br />
RewriteBase /</p>
<p>And it worked perfectly within seconds.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://www.jtpratt.com/how-i-fixed-drupal-clean-urls-using-godaddy-hosting/#comment-5078</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Wed, 04 Feb 2009 19:06:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.jtpratt.com/2007/08/08/how-i-fixed-drupal-clean-urls-using-godaddy-hosting/#comment-5078</guid>
		<description>I found that Drupal v. 6.x installs an .htaccess file in the mapped domain subfolder - I had the same problem, but changing the rewrite base from &quot;/drupal&quot; to &quot;/&quot; fixed it, as AmitG mentioned.

Krikette, my images are also in &quot;files&quot;, and they work swimingly. The only problem I had is that in the previous, non-drupal version of the site, they lived in &quot;/images&quot; and I had to re-path all the html to reference &quot;/files&quot;.

Cheers.

&lt;abbr&gt;&lt;em&gt;Dougs last blog post..&lt;a href=&quot;http://www.delsurseo.com/seobook-review&quot; rel=&quot;nofollow&quot;&gt;Seobook Review (Part 1)&lt;/a&gt;&lt;/abbr&gt;&lt;/em&gt;</description>
		<content:encoded><![CDATA[<p>I found that Drupal v. 6.x installs an .htaccess file in the mapped domain subfolder &#8211; I had the same problem, but changing the rewrite base from &#8220;/drupal&#8221; to &#8220;/&#8221; fixed it, as AmitG mentioned.</p>
<p>Krikette, my images are also in &#8220;files&#8221;, and they work swimingly. The only problem I had is that in the previous, non-drupal version of the site, they lived in &#8220;/images&#8221; and I had to re-path all the html to reference &#8220;/files&#8221;.</p>
<p>Cheers.</p>
<p><abbr><em>Dougs last blog post..<a href="http://www.delsurseo.com/seobook-review" rel="nofollow">Seobook Review (Part 1)</a></em></abbr></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Krikette</title>
		<link>http://www.jtpratt.com/how-i-fixed-drupal-clean-urls-using-godaddy-hosting/#comment-4566</link>
		<dc:creator>Krikette</dc:creator>
		<pubDate>Wed, 01 Oct 2008 15:14:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.jtpratt.com/2007/08/08/how-i-fixed-drupal-clean-urls-using-godaddy-hosting/#comment-4566</guid>
		<description>@Dana - If you&#039;re still having a lot of problems with the Drupal forums and haven&#039;t stuck to Wordpress I&#039;d be happy to help you.</description>
		<content:encoded><![CDATA[<p>@Dana &#8211; If you&#8217;re still having a lot of problems with the Drupal forums and haven&#8217;t stuck to WordPress I&#8217;d be happy to help you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.jtpratt.com/how-i-fixed-drupal-clean-urls-using-godaddy-hosting/#comment-4327</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 17 Aug 2008 21:59:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.jtpratt.com/2007/08/08/how-i-fixed-drupal-clean-urls-using-godaddy-hosting/#comment-4327</guid>
		<description>@Dana - no I don&#039;t, I used Drupal exclusively on all my sites for 2 years and then changed them all over to Wordpress for that very reason.  Compare to Wordpress, there are only (maybe) 5-10% as much themes, plugins, and support for Drupal.  I hate Drupal - I will never go back...</description>
		<content:encoded><![CDATA[<p>@Dana &#8211; no I don&#8217;t, I used Drupal exclusively on all my sites for 2 years and then changed them all over to WordPress for that very reason.  Compare to WordPress, there are only (maybe) 5-10% as much themes, plugins, and support for Drupal.  I hate Drupal &#8211; I will never go back&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dana Vienas</title>
		<link>http://www.jtpratt.com/how-i-fixed-drupal-clean-urls-using-godaddy-hosting/#comment-4326</link>
		<dc:creator>Dana Vienas</dc:creator>
		<pubDate>Sun, 17 Aug 2008 21:48:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.jtpratt.com/2007/08/08/how-i-fixed-drupal-clean-urls-using-godaddy-hosting/#comment-4326</guid>
		<description>Ugh, I wish I had seen this tip before I uninstalled Drupal and put Wordpress on my new site.

Beside the clean url issue, I was also having real trouble setting up a drupal forum. Do you know of any good tutorial sites for drupal?

Dana Vienass last blog post..&lt;a href=&quot;http://www.mydietplanzone.com/the-whole-truth-about-diet-pills/&quot; rel=&quot;nofollow&quot;&gt;The Whole Truth About Diet Pills&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Ugh, I wish I had seen this tip before I uninstalled Drupal and put WordPress on my new site.</p>
<p>Beside the clean url issue, I was also having real trouble setting up a drupal forum. Do you know of any good tutorial sites for drupal?</p>
<p>Dana Vienass last blog post..<a href="http://www.mydietplanzone.com/the-whole-truth-about-diet-pills/" rel="nofollow">The Whole Truth About Diet Pills</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: krikette</title>
		<link>http://www.jtpratt.com/how-i-fixed-drupal-clean-urls-using-godaddy-hosting/#comment-3129</link>
		<dc:creator>krikette</dc:creator>
		<pubDate>Mon, 17 Mar 2008 02:39:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.jtpratt.com/2007/08/08/how-i-fixed-drupal-clean-urls-using-godaddy-hosting/#comment-3129</guid>
		<description>Mind you, with just rewritebase / - trying to view the site directly from the original location:  www.example.com/site1 will pop you back into the &quot;main&quot; godaddy site.  but its reachable by the main URL except for images.  :/</description>
		<content:encoded><![CDATA[<p>Mind you, with just rewritebase / &#8211; trying to view the site directly from the original location:  <a href="http://www.example.com/site1" rel="nofollow">http://www.example.com/site1</a> will pop you back into the &#8220;main&#8221; godaddy site.  but its reachable by the main URL except for images.  :/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: krikette</title>
		<link>http://www.jtpratt.com/how-i-fixed-drupal-clean-urls-using-godaddy-hosting/#comment-3128</link>
		<dc:creator>krikette</dc:creator>
		<pubDate>Mon, 17 Mar 2008 02:37:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.jtpratt.com/2007/08/08/how-i-fixed-drupal-clean-urls-using-godaddy-hosting/#comment-3128</guid>
		<description>I couldn&#039;t get the code above for .htaccess to work, but using rewritebase / seems to do the trick -- except that now my images don&#039;t show correctly.

Anyone know anything about the images bonking up now?  They&#039;re put in by FCKeditor in the /files/ directory.

 =)r</description>
		<content:encoded><![CDATA[<p>I couldn&#8217;t get the code above for .htaccess to work, but using rewritebase / seems to do the trick &#8212; except that now my images don&#8217;t show correctly.</p>
<p>Anyone know anything about the images bonking up now?  They&#8217;re put in by FCKeditor in the /files/ directory.</p>
<p> =)r</p>
]]></content:encoded>
	</item>
</channel>
</rss>

