<?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: AskApache Password Protection, For WordPress</title>
	<atom:link href="http://www.askapache.com/wordpress/htaccess-password-protect.html/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.askapache.com/wordpress/htaccess-password-protect.html</link>
	<description>Advanced Web Development</description>
	<lastBuildDate>Wed, 18 Nov 2009 23:28:48 -0500</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Gabstero</title>
		<link>http://www.askapache.com/wordpress/htaccess-password-protect.html#comment-108824</link>
		<dc:creator>Gabstero</dc:creator>
		<pubDate>Tue, 10 Nov 2009 16:53:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/wordpress/htaccess-password-protect.html#comment-108824</guid>
		<description>Hi All - 

Tried to install the plugin (via the plugin install from the dashboard) on a WP 2.8.5. The plugin does not add the .htaccess files - had to add them manually and also for some mysterious reason I am getting these php errors on the AA Pass Pro settings page:

&lt;code&gt;Warning: array_merge() [function.array-merge]: Argument #1 is not an array in wp-content/plugins/askapache-password-protect/askapache-password-protect.php on line 1316
&#160;
Warning: join() [function.join]: Invalid arguments passed in wp-content/plugins/askapache-password-protect/askapache-password-protect.php on line 1319&lt;/code&gt;


All the squares are green except the &quot;Test folder writable&quot; that is red.

Any help very useful!

Thanks</description>
		<content:encoded><![CDATA[<p>Hi All &#8211; </p>
<p>Tried to install the plugin (via the plugin install from the dashboard) on a WP 2.8.5. The plugin does not add the .htaccess files &#8211; had to add them manually and also for some mysterious reason I am getting these php errors on the AA Pass Pro settings page:</p>
<p><code>Warning: array_merge() [function.array-merge]: Argument #1 is not an array in wp-content/plugins/askapache-password-protect/askapache-password-protect.php on line 1316<br />
&nbsp;<br />
Warning: join() [function.join]: Invalid arguments passed in wp-content/plugins/askapache-password-protect/askapache-password-protect.php on line 1319</code></p>
<p>All the squares are green except the &#8220;Test folder writable&#8221; that is red.</p>
<p>Any help very useful!</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Pipitone</title>
		<link>http://www.askapache.com/wordpress/htaccess-password-protect.html#comment-106418</link>
		<dc:creator>Daniel Pipitone</dc:creator>
		<pubDate>Tue, 27 Oct 2009 00:50:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/wordpress/htaccess-password-protect.html#comment-106418</guid>
		<description>OK, I am having an issue. I just installed this running the latest version of WP (2.8.5) and activated the first two authentication options for the login area. Now I cannot get to the login and get a &quot;nothing found at...&quot;

Anyone help?

http://danielpipitonedesign.com/wp-admin/</description>
		<content:encoded><![CDATA[<p>OK, I am having an issue. I just installed this running the latest version of WP (2.8.5) and activated the first two authentication options for the login area. Now I cannot get to the login and get a &#8220;nothing found at&#8230;&#8221;</p>
<p>Anyone help?</p>
<p>http://danielpipitonedesign.com/wp-admin/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://www.askapache.com/wordpress/htaccess-password-protect.html#comment-106032</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Sat, 24 Oct 2009 18:22:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/wordpress/htaccess-password-protect.html#comment-106032</guid>
		<description>I also ran into the problem where I was locked out of my wp-admin site.  Other than that this plug-in seems very useful.  I was able to fix the wp-admin login issue by deleting/renaming the .htaccess file in the wp-admin directory.  The author appears to be working on an update.  Hopefully this will fix that.</description>
		<content:encoded><![CDATA[<p>I also ran into the problem where I was locked out of my wp-admin site.  Other than that this plug-in seems very useful.  I was able to fix the wp-admin login issue by deleting/renaming the .htaccess file in the wp-admin directory.  The author appears to be working on an update.  Hopefully this will fix that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://www.askapache.com/wordpress/htaccess-password-protect.html#comment-105532</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Thu, 22 Oct 2009 18:52:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/wordpress/htaccess-password-protect.html#comment-105532</guid>
		<description>I got this to install.  It seemed to require that the .htaccess and .htpasswd files currently exist in the protected folder(s); wp-admin (I think).

After initial configuration I ran into another problem with the following SID modules: SPECIFIC CHARACTERS and Directory Traversal.  They broke my site.

Would be nice if the Manage Security Module GUI listed which SID items in the .htaccess were related to what SID Module.  That way when I my site breaks and i have to manually edit the .htaccess it is a little bit easier to know what lines to remove.</description>
		<content:encoded><![CDATA[<p>I got this to install.  It seemed to require that the .htaccess and .htpasswd files currently exist in the protected folder(s); wp-admin (I think).</p>
<p>After initial configuration I ran into another problem with the following SID modules: SPECIFIC CHARACTERS and Directory Traversal.  They broke my site.</p>
<p>Would be nice if the Manage Security Module GUI listed which SID items in the .htaccess were related to what SID Module.  That way when I my site breaks and i have to manually edit the .htaccess it is a little bit easier to know what lines to remove.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://www.askapache.com/wordpress/htaccess-password-protect.html#comment-105423</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Thu, 22 Oct 2009 02:18:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/wordpress/htaccess-password-protect.html#comment-105423</guid>
		<description>How exactly am i supposed to configure my file/folder permissions in order to get this plugin to initialize correctly?  I keep getting the following file permissions error; &quot;/wp-admin/.htaccess file writable&quot;.  The installation instructions are a bit lite.</description>
		<content:encoded><![CDATA[<p>How exactly am i supposed to configure my file/folder permissions in order to get this plugin to initialize correctly?  I keep getting the following file permissions error; &#8220;/wp-admin/.htaccess file writable&#8221;.  The installation instructions are a bit lite.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cauchy</title>
		<link>http://www.askapache.com/wordpress/htaccess-password-protect.html#comment-101028</link>
		<dc:creator>Cauchy</dc:creator>
		<pubDate>Sun, 06 Sep 2009 18:23:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/wordpress/htaccess-password-protect.html#comment-101028</guid>
		<description>I tried installing the version available from the WordPress.org site today. It ran the tests and said everything was fine. I enabled protection for &lt;code&gt;wp-admin&lt;/code&gt; and now I cannot access my wp-admin area at all. There was nothing in the &lt;code&gt;.htaccess file&lt;/code&gt; and I removed the the .htaccess file in wp-admin after removing the plugin via FTP. Is there anyway I can regain access? I also did not see a &lt;code&gt;.htpasswd file&lt;/code&gt; anywhere in my directories. Thanks.</description>
		<content:encoded><![CDATA[<p>I tried installing the version available from the WordPress.org site today. It ran the tests and said everything was fine. I enabled protection for <code>wp-admin</code> and now I cannot access my wp-admin area at all. There was nothing in the <code>.htaccess file</code> and I removed the the .htaccess file in wp-admin after removing the plugin via FTP. Is there anyway I can regain access? I also did not see a <code>.htpasswd file</code> anywhere in my directories. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: manasi</title>
		<link>http://www.askapache.com/wordpress/htaccess-password-protect.html#comment-89784</link>
		<dc:creator>manasi</dc:creator>
		<pubDate>Tue, 21 Jul 2009 11:42:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/wordpress/htaccess-password-protect.html#comment-89784</guid>
		<description>Hey guys need some help here.  I noticed several things after I upgraded to 2.8.2.  first thing I noticed is that for some reason I could access my wp-admin page without getting a login page. Suspecting something amiss I clear cache rebooted and tried again I could still access the site  Not good and not normal.  So, I enabled the two options within AAPP that I had not before: protect wp-admin and protect wp-login.  However, now even I cannot get into my admin page.  There was no prompt to create a user, and when I try to get in I get 401 ( forbidden) which is the action it is supposed to do.  how do I disable (temporarily) the security that blocks even me?</description>
		<content:encoded><![CDATA[<p>Hey guys need some help here.  I noticed several things after I upgraded to 2.8.2.  first thing I noticed is that for some reason I could access my wp-admin page without getting a login page. Suspecting something amiss I clear cache rebooted and tried again I could still access the site  Not good and not normal.  So, I enabled the two options within AAPP that I had not before: protect wp-admin and protect wp-login.  However, now even I cannot get into my admin page.  There was no prompt to create a user, and when I try to get in I get 401 ( forbidden) which is the action it is supposed to do.  how do I disable (temporarily) the security that blocks even me?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raghu</title>
		<link>http://www.askapache.com/wordpress/htaccess-password-protect.html#comment-86937</link>
		<dc:creator>Raghu</dc:creator>
		<pubDate>Thu, 09 Jul 2009 06:53:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/wordpress/htaccess-password-protect.html#comment-86937</guid>
		<description>Great plugin for sure...

Thanks.</description>
		<content:encoded><![CDATA[<p>Great plugin for sure&#8230;</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Perfu</title>
		<link>http://www.askapache.com/wordpress/htaccess-password-protect.html#comment-84943</link>
		<dc:creator>Perfu</dc:creator>
		<pubDate>Mon, 29 Jun 2009 20:42:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/wordpress/htaccess-password-protect.html#comment-84943</guid>
		<description>Useful plugin thank you.</description>
		<content:encoded><![CDATA[<p>Useful plugin thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Norhafidz</title>
		<link>http://www.askapache.com/wordpress/htaccess-password-protect.html#comment-81147</link>
		<dc:creator>Norhafidz</dc:creator>
		<pubDate>Sun, 14 Jun 2009 09:46:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/wordpress/htaccess-password-protect.html#comment-81147</guid>
		<description>Thanks for this plugin. Now I can rest a lot without worrying about my blog&#039;s security :)</description>
		<content:encoded><![CDATA[<p>Thanks for this plugin. Now I can rest a lot without worrying about my blog&#8217;s security :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
