<?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 do I make WordPress permalinks work on nested domains?</title>
	<atom:link href="http://askowen.info/2008/09/how-do-i-make-wordpress-permalinks-work-on-nested-domains/feed/" rel="self" type="application/rss+xml" />
	<link>http://askowen.info/2008/09/how-do-i-make-wordpress-permalinks-work-on-nested-domains/</link>
	<description>Your friendly neighbourhood geek</description>
	<lastBuildDate>Mon, 30 Jan 2012 19:57:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Labelle</title>
		<link>http://askowen.info/2008/09/how-do-i-make-wordpress-permalinks-work-on-nested-domains/comment-page-1/#comment-2529</link>
		<dc:creator>Labelle</dc:creator>
		<pubDate>Thu, 18 Sep 2008 06:13:41 +0000</pubDate>
		<guid isPermaLink="false">http://askowen.info/?p=304#comment-2529</guid>
		<description>Unfortunately, many hosts are quick to offer “multiple domain” hosting where as add-on domains are a quick and dirty way of hosting multiple web sites.</description>
		<content:encoded><![CDATA[<p>Unfortunately, many hosts are quick to offer “multiple domain” hosting where as add-on domains are a quick and dirty way of hosting multiple web sites.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rachel</title>
		<link>http://askowen.info/2008/09/how-do-i-make-wordpress-permalinks-work-on-nested-domains/comment-page-1/#comment-2497</link>
		<dc:creator>Rachel</dc:creator>
		<pubDate>Wed, 10 Sep 2008 07:11:51 +0000</pubDate>
		<guid isPermaLink="false">http://askowen.info/?p=304#comment-2497</guid>
		<description>I have had similar problems with my websites, in the end after no solution just brought a reseller plan. I just find separate panels a lot easier when managing multiple web sites.</description>
		<content:encoded><![CDATA[<p>I have had similar problems with my websites, in the end after no solution just brought a reseller plan. I just find separate panels a lot easier when managing multiple web sites.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Owen</title>
		<link>http://askowen.info/2008/09/how-do-i-make-wordpress-permalinks-work-on-nested-domains/comment-page-1/#comment-2479</link>
		<dc:creator>Owen</dc:creator>
		<pubDate>Sat, 06 Sep 2008 12:21:18 +0000</pubDate>
		<guid isPermaLink="false">http://askowen.info/?p=304#comment-2479</guid>
		<description>@Eshin: Thanks for that. Didn&#039;t know about the hour long cache refresh time</description>
		<content:encoded><![CDATA[<p>@Eshin: Thanks for that. Didn&#8217;t know about the hour long cache refresh time</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eshin</title>
		<link>http://askowen.info/2008/09/how-do-i-make-wordpress-permalinks-work-on-nested-domains/comment-page-1/#comment-2478</link>
		<dc:creator>Eshin</dc:creator>
		<pubDate>Sat, 06 Sep 2008 05:22:40 +0000</pubDate>
		<guid isPermaLink="false">http://askowen.info/?p=304#comment-2478</guid>
		<description>The 404 error does not happen on my secondary site under the main account. I have permalinks switched on and I have the following in my .htaccess file:

&lt;code&gt;
# BEGIN WordPress

RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# END WordPress
&lt;/code&gt;

Also, typing in an incorrect URL on the secondary domain points me to WordPress&#039; 404 page on the secondary domain, not the first domain.

Btw, if it is a fresh install of WordPress and your htaccess file is new, then it might take an hour or so before the server cache is updated and it to recognize the htaccess file. Once done once, changes can be made to the htaccess file with immediate results. It might explain why you are seeing your primary domains 404 page rather than the secondary domains.

Other than, I suggest you read up on HTML error codes.</description>
		<content:encoded><![CDATA[<p>The 404 error does not happen on my secondary site under the main account. I have permalinks switched on and I have the following in my .htaccess file:</p>
<p><code><br />
# BEGIN WordPress</p>
<p>RewriteEngine On<br />
RewriteBase /<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteRule . /index.php [L]</p>
<p># END WordPress<br />
</code></p>
<p>Also, typing in an incorrect URL on the secondary domain points me to WordPress&#8217; 404 page on the secondary domain, not the first domain.</p>
<p>Btw, if it is a fresh install of WordPress and your htaccess file is new, then it might take an hour or so before the server cache is updated and it to recognize the htaccess file. Once done once, changes can be made to the htaccess file with immediate results. It might explain why you are seeing your primary domains 404 page rather than the secondary domains.</p>
<p>Other than, I suggest you read up on HTML error codes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://askowen.info/2008/09/how-do-i-make-wordpress-permalinks-work-on-nested-domains/comment-page-1/#comment-2448</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Thu, 04 Sep 2008 10:46:35 +0000</pubDate>
		<guid isPermaLink="false">http://askowen.info/?p=304#comment-2448</guid>
		<description>I have had similar problems with my websites, in the end after no solution just brought a reseller plan. I just find separate panels a lot easier when managing multiple web sites. 

Unfortunately, many hosts are quick to offer &quot;multiple domain&quot; hosting where as add-on domains are a quick and dirty way of hosting multiple web sites.</description>
		<content:encoded><![CDATA[<p>I have had similar problems with my websites, in the end after no solution just brought a reseller plan. I just find separate panels a lot easier when managing multiple web sites. </p>
<p>Unfortunately, many hosts are quick to offer &#8220;multiple domain&#8221; hosting where as add-on domains are a quick and dirty way of hosting multiple web sites.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Owen</title>
		<link>http://askowen.info/2008/09/how-do-i-make-wordpress-permalinks-work-on-nested-domains/comment-page-1/#comment-2444</link>
		<dc:creator>Owen</dc:creator>
		<pubDate>Thu, 04 Sep 2008 07:28:15 +0000</pubDate>
		<guid isPermaLink="false">http://askowen.info/?p=304#comment-2444</guid>
		<description>Sure .. just upload it somewhere (flickr maybe?) and send me the URL via the Contact page, or even this comment stream.</description>
		<content:encoded><![CDATA[<p>Sure .. just upload it somewhere (flickr maybe?) and send me the URL via the Contact page, or even this comment stream.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bernard</title>
		<link>http://askowen.info/2008/09/how-do-i-make-wordpress-permalinks-work-on-nested-domains/comment-page-1/#comment-2437</link>
		<dc:creator>Bernard</dc:creator>
		<pubDate>Wed, 03 Sep 2008 19:14:57 +0000</pubDate>
		<guid isPermaLink="false">http://askowen.info/?p=304#comment-2437</guid>
		<description>I had this almost same problem. I didn&#039;t know Apache would go through the parent root. 

I&#039;ve had some help debugging, but I can&#039;t seem to get it sorted out. Is there an email address I can send a screen shot to perhaps? Thanks for your help!</description>
		<content:encoded><![CDATA[<p>I had this almost same problem. I didn&#8217;t know Apache would go through the parent root. </p>
<p>I&#8217;ve had some help debugging, but I can&#8217;t seem to get it sorted out. Is there an email address I can send a screen shot to perhaps? Thanks for your help!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

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

