<?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: WordPress and password-protected directories: How to make them work together</title>
	<atom:link href="http://unitstep.net/blog/2006/08/15/wordpress-and-password-protected-directories/feed/" rel="self" type="application/rss+xml" />
	<link>http://unitstep.net/blog/2006/08/15/wordpress-and-password-protected-directories/</link>
	<description>the home of peter chng</description>
	<pubDate>Tue, 06 Jan 2009 09:38:53 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: tom</title>
		<link>http://unitstep.net/blog/2006/08/15/wordpress-and-password-protected-directories/comment-page-1/#comment-122795</link>
		<dc:creator>tom</dc:creator>
		<pubDate>Sun, 31 Aug 2008 15:57:36 +0000</pubDate>
		<guid isPermaLink="false">http://unitstep.net/blog/2006/08/15/wordpress-and-password-protected-directories/#comment-122795</guid>
		<description>Thanks for the fix!</description>
		<content:encoded><![CDATA[<p>Thanks for the fix!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: christine</title>
		<link>http://unitstep.net/blog/2006/08/15/wordpress-and-password-protected-directories/comment-page-1/#comment-59191</link>
		<dc:creator>christine</dc:creator>
		<pubDate>Tue, 14 Aug 2007 18:07:35 +0000</pubDate>
		<guid isPermaLink="false">http://unitstep.net/blog/2006/08/15/wordpress-and-password-protected-directories/#comment-59191</guid>
		<description>wait!  I'm sorry, it did work!  I simply have to use the direct path from my server in the address bar.

thank you!</description>
		<content:encoded><![CDATA[<p>wait!  I&#8217;m sorry, it did work!  I simply have to use the direct path from my server in the address bar.</p>
<p>thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: christine</title>
		<link>http://unitstep.net/blog/2006/08/15/wordpress-and-password-protected-directories/comment-page-1/#comment-59169</link>
		<dc:creator>christine</dc:creator>
		<pubDate>Tue, 14 Aug 2007 15:39:20 +0000</pubDate>
		<guid isPermaLink="false">http://unitstep.net/blog/2006/08/15/wordpress-and-password-protected-directories/#comment-59169</guid>
		<description>still not working for me, no double slashes.  ?

# BEGIN WordPress

RewriteEngine On
RewriteBase /hauteblog/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /hauteblog/index.php [L]


ErrorDocument 401 //401.html
ErrorDocument 403 //403.html

# END WordPress</description>
		<content:encoded><![CDATA[<p>still not working for me, no double slashes.  ?</p>
<p># BEGIN WordPress</p>
<p>RewriteEngine On<br />
RewriteBase /hauteblog/<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteRule . /hauteblog/index.php [L]</p>
<p>ErrorDocument 401 //401.html<br />
ErrorDocument 403 //403.html</p>
<p># END WordPress</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: proxy</title>
		<link>http://unitstep.net/blog/2006/08/15/wordpress-and-password-protected-directories/comment-page-1/#comment-49365</link>
		<dc:creator>proxy</dc:creator>
		<pubDate>Sun, 24 Jun 2007 17:08:59 +0000</pubDate>
		<guid isPermaLink="false">http://unitstep.net/blog/2006/08/15/wordpress-and-password-protected-directories/#comment-49365</guid>
		<description>to Darrin
i think 
ErrorDocument 401 //401.html
ErrorDocument 403 //403.html

two slash(/) is bad.</description>
		<content:encoded><![CDATA[<p>to Darrin<br />
i think<br />
ErrorDocument 401 //401.html<br />
ErrorDocument 403 //403.html</p>
<p>two slash(/) is bad.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darrin</title>
		<link>http://unitstep.net/blog/2006/08/15/wordpress-and-password-protected-directories/comment-page-1/#comment-29746</link>
		<dc:creator>Darrin</dc:creator>
		<pubDate>Sat, 07 Apr 2007 05:26:49 +0000</pubDate>
		<guid isPermaLink="false">http://unitstep.net/blog/2006/08/15/wordpress-and-password-protected-directories/#comment-29746</guid>
		<description>Thanks for the explanation, but theres another problem if you use mod rewrite to redirect your urls to www:
&lt;code&gt;
Options +FollowSymLinks
# BEGIN WordPress

RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

ErrorDocument 401 //401.html
ErrorDocument 403 //403.html
# END WordPress&lt;/code&gt;

I still end up with page not found. 
Darrin</description>
		<content:encoded><![CDATA[<p>Thanks for the explanation, but theres another problem if you use mod rewrite to redirect your urls to www:<br />
<code><br />
Options +FollowSymLinks<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>ErrorDocument 401 //401.html<br />
ErrorDocument 403 //403.html<br />
# END WordPress</code></p>
<p>I still end up with page not found.<br />
Darrin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stuey Web</title>
		<link>http://unitstep.net/blog/2006/08/15/wordpress-and-password-protected-directories/comment-page-1/#comment-23921</link>
		<dc:creator>Stuey Web</dc:creator>
		<pubDate>Sun, 18 Mar 2007 10:17:52 +0000</pubDate>
		<guid isPermaLink="false">http://unitstep.net/blog/2006/08/15/wordpress-and-password-protected-directories/#comment-23921</guid>
		<description>Great fix and a a good explanation. I found some of the other sites, but yours made it a lot clearer for me - just about to test it now. Stu</description>
		<content:encoded><![CDATA[<p>Great fix and a a good explanation. I found some of the other sites, but yours made it a lot clearer for me - just about to test it now. Stu</p>
]]></content:encoded>
	</item>
</channel>
</rss>
