<?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: cPanel &#8211; How to put all Domains in the same Folder</title>
	<atom:link href="http://naatan.com/2008/12/cpanel-how-to-put-all-domains-in-the-same-folder/feed/" rel="self" type="application/rss+xml" />
	<link>http://naatan.com/2008/12/cpanel-how-to-put-all-domains-in-the-same-folder/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Tue, 13 Apr 2010 16:16:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: David</title>
		<link>http://naatan.com/2008/12/cpanel-how-to-put-all-domains-in-the-same-folder/comment-page-1/#comment-975</link>
		<dc:creator>David</dc:creator>
		<pubDate>Fri, 30 Jan 2009 21:52:49 +0000</pubDate>
		<guid isPermaLink="false">http://naatan.com/?p=260#comment-975</guid>
		<description>ok what the heck. now it randomly stopped working. sorry for the bad advice - I guess I&#039;ll stop running a commentary on here</description>
		<content:encoded><![CDATA[<p>ok what the heck. now it randomly stopped working. sorry for the bad advice &#8211; I guess I&#8217;ll stop running a commentary on here</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://naatan.com/2008/12/cpanel-how-to-put-all-domains-in-the-same-folder/comment-page-1/#comment-974</link>
		<dc:creator>David</dc:creator>
		<pubDate>Fri, 30 Jan 2009 21:37:19 +0000</pubDate>
		<guid isPermaLink="false">http://naatan.com/?p=260#comment-974</guid>
		<description>FYI, I found the problem. Here&#039;s the code that works for me:

RewriteEngine On
Options +FollowSymlinks
RewriteBase /

RewriteCond %{HTTP_HOST} youdomain.com
RewriteCond %{REQUEST_URI} !domains/
RewriteRule domains/$1 [L]



Notice the difference in the last line:


ReWriteRule ^(.*)$ domains/naatan.com/$1 [L]

and

RewriteRule domains/$1 [L]


I had to remove the ^(.*)$ at the beginning, since that was adding a / to the beginning of the path, making the server look in /domains/yourdomain instead of the public_html/domains/yourdomain


Thanks for the tips though!</description>
		<content:encoded><![CDATA[<p>FYI, I found the problem. Here&#8217;s the code that works for me:</p>
<p>RewriteEngine On<br />
Options +FollowSymlinks<br />
RewriteBase /</p>
<p>RewriteCond %{HTTP_HOST} youdomain.com<br />
RewriteCond %{REQUEST_URI} !domains/<br />
RewriteRule domains/$1 [L]</p>
<p>Notice the difference in the last line:</p>
<p>ReWriteRule ^(.*)$ domains/naatan.com/$1 [L]</p>
<p>and</p>
<p>RewriteRule domains/$1 [L]</p>
<p>I had to remove the ^(.*)$ at the beginning, since that was adding a / to the beginning of the path, making the server look in /domains/yourdomain instead of the public_html/domains/yourdomain</p>
<p>Thanks for the tips though!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://naatan.com/2008/12/cpanel-how-to-put-all-domains-in-the-same-folder/comment-page-1/#comment-973</link>
		<dc:creator>David</dc:creator>
		<pubDate>Fri, 30 Jan 2009 20:30:00 +0000</pubDate>
		<guid isPermaLink="false">http://naatan.com/?p=260#comment-973</guid>
		<description>In addition, it says it can&#039;t find the file when I try this:

http://forums.powweb.com/showthread.php?t=40454</description>
		<content:encoded><![CDATA[<p>In addition, it says it can&#8217;t find the file when I try this:</p>
<p><a href="http://forums.powweb.com/showthread.php?t=40454" rel="nofollow">http://forums.powweb.com/showthread.php?t=40454</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://naatan.com/2008/12/cpanel-how-to-put-all-domains-in-the-same-folder/comment-page-1/#comment-972</link>
		<dc:creator>David</dc:creator>
		<pubDate>Fri, 30 Jan 2009 20:21:12 +0000</pubDate>
		<guid isPermaLink="false">http://naatan.com/?p=260#comment-972</guid>
		<description>I keep getting a 500 internal server error when I try this. When I make the [L] into [L,R] (for a redirect), it gets stuck in an eternal loop.

I&#039;m on a lunarpages server, and want to organize all my domain names... Any tips??

Thanks!</description>
		<content:encoded><![CDATA[<p>I keep getting a 500 internal server error when I try this. When I make the [L] into [L,R] (for a redirect), it gets stuck in an eternal loop.</p>
<p>I&#8217;m on a lunarpages server, and want to organize all my domain names&#8230; Any tips??</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
