<?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>Thu, 18 Mar 2010 14:15:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Maan jony</title>
		<link>http://www.askapache.com/wordpress/htaccess-password-protect.html#comment-127371</link>
		<dc:creator>Maan jony</dc:creator>
		<pubDate>Wed, 17 Mar 2010 07:59:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/wordpress/htaccess-password-protect.html#comment-127371</guid>
		<description>I have also  &lt;q cite=&quot;htaccess&quot;&gt;500 internal server error&lt;/q&gt; .
to remove it is very easy and after you log on your admin and uninstall this plugin.
 first log on your ftp and in wp-admin .
&lt;strong&gt;.htaccess open in editor&lt;/strong&gt; and remove the coding of this plugins which is following such like that 

&lt;pre&gt;# +ASKAPACHE PASSPRO 4.6.5.2
#######################################################
#               __                          __
#   ____ ______/ /______ _____  ____ ______/ /_  ___
#  / __ `/ ___/ //_/ __ `/ __ \/ __ `/ ___/ __ \/ _ \ 
# / /_/ (__  ) ,&lt; / /_/ / /_/ / /_/ / /__/ / / /  __/
# \__,_/____/_/&#124;_&#124;\__,_/ .___/\__,_/\___/_/ /_/\___/
#                     /_/
# - - - - - - - - - - - - - - - - - - - - - - - - - - -
# +APRO SIDS
# +SID 20030001
&#160;
Satisfy Any
AuthType Digest
AuthName &quot;Protected By AskApache&quot;
AuthDigestDomain / http://www.asportsnews.com/
AuthDigestFile /home/studysol/public_html/.htpasswda3
Require valid-user
&#160;
# -SID 20030001
# -APRO SIDS
# - - - - - - - - - - - - - - - - - - - - - - - - - - -
#               __                          __
#   ____ ______/ /______ _____  ____ ______/ /_  ___
#  / __ `/ ___/ //_/ __ `/ __ \/ __ `/ ___/ __ \/ _ \ 
# / /_/ (__  ) ,&lt; / /_/ / /_/ / /_/ / /__/ / / /  __/
# \__,_/____/_/&#124;_&#124;\__,_/ .___/\__,_/\___/_/ /_/\___/
#                     /_/
#######################################################
# -ASKAPACHE PASSPRO 4.6.5.2
&#160;
# BEGIN WordPress
&#160;
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]&lt;/pre&gt;

Clear your cache and browsing history cookies also.
delete the &lt;code&gt;.htpasswd3&lt;/code&gt; and plugins from plugins folder it depend on you and thats it .you remove it easily .
if there is any other PM me .
thanks good plugins but require a lot of work on it .</description>
		<content:encoded><![CDATA[<p>I have also  <q cite="htaccess">500 internal server error</q> .<br />
to remove it is very easy and after you log on your admin and uninstall this plugin.<br />
 first log on your ftp and in wp-admin .<br />
<strong>.htaccess open in editor</strong> and remove the coding of this plugins which is following such like that </p>
<pre># +ASKAPACHE PASSPRO 4.6.5.2
#######################################################
#               __                          __
#   ____ ______/ /______ _____  ____ ______/ /_  ___
#  / __ `/ ___/ //_/ __ `/ __ \/ __ `/ ___/ __ \/ _ \
# / /_/ (__  ) ,&amp;amp;lt; / /_/ / /_/ / /_/ / /__/ / / /  __/
# \__,_/____/_/|_|\__,_/ .___/\__,_/\___/_/ /_/\___/
#                     /_/
# - - - - - - - - - - - - - - - - - - - - - - - - - - -
# +APRO SIDS
# +SID 20030001
&amp;nbsp;
Satisfy Any
AuthType Digest
AuthName &amp;quot;Protected By AskApache&amp;quot;
AuthDigestDomain / http://www.asportsnews.com/
AuthDigestFile /home/studysol/public_html/.htpasswda3
Require valid-user
&amp;nbsp;
# -SID 20030001
# -APRO SIDS
# - - - - - - - - - - - - - - - - - - - - - - - - - - -
#               __                          __
#   ____ ______/ /______ _____  ____ ______/ /_  ___
#  / __ `/ ___/ //_/ __ `/ __ \/ __ `/ ___/ __ \/ _ \
# / /_/ (__  ) ,&amp;amp;lt; / /_/ / /_/ / /_/ / /__/ / / /  __/
# \__,_/____/_/|_|\__,_/ .___/\__,_/\___/_/ /_/\___/
#                     /_/
#######################################################
# -ASKAPACHE PASSPRO 4.6.5.2
&amp;nbsp;
# BEGIN WordPress
&amp;nbsp;
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]</pre>
<p>Clear your cache and browsing history cookies also.<br />
delete the <code>.htpasswd3</code> and plugins from plugins folder it depend on you and thats it .you remove it easily .<br />
if there is any other PM me .<br />
thanks good plugins but require a lot of work on it .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Önder ÖZCAN</title>
		<link>http://www.askapache.com/wordpress/htaccess-password-protect.html#comment-127164</link>
		<dc:creator>Önder ÖZCAN</dc:creator>
		<pubDate>Tue, 16 Mar 2010 16:33:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/wordpress/htaccess-password-protect.html#comment-127164</guid>
		<description>I just installed this plugin and my wp-admin occurs 403 forbidden error. Can anyone tell me how to i remove this crappy pluging without accessing admin panel ?</description>
		<content:encoded><![CDATA[<p>I just installed this plugin and my wp-admin occurs 403 forbidden error. Can anyone tell me how to i remove this crappy pluging without accessing admin panel ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gautam</title>
		<link>http://www.askapache.com/wordpress/htaccess-password-protect.html#comment-122612</link>
		<dc:creator>Gautam</dc:creator>
		<pubDate>Thu, 04 Mar 2010 11:25:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/wordpress/htaccess-password-protect.html#comment-122612</guid>
		<description>Hello,

I have am gettng one url like http://www.example.com/de/test.html i want to remove http://www.example.com/test.html

Can anyone say what to do in .htaccess file

Thanks,</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I have am gettng one url like http://www.example.com/de/test.html i want to remove http://www.example.com/test.html</p>
<p>Can anyone say what to do in .htaccess file</p>
<p>Thanks,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ronald</title>
		<link>http://www.askapache.com/wordpress/htaccess-password-protect.html#comment-113637</link>
		<dc:creator>Ronald</dc:creator>
		<pubDate>Fri, 04 Dec 2009 16:42:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/wordpress/htaccess-password-protect.html#comment-113637</guid>
		<description>I&#039;ve Wordpress installed in a subdir. (/web) and your plugin fails to find the .htaccess-file&#039;s (/web/.htaccess).  
How can I correct this?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve Wordpress installed in a subdir. (/web) and your plugin fails to find the .htaccess-file&#8217;s (/web/.htaccess).<br />
How can I correct this?</p>
]]></content:encoded>
	</item>
	<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

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><br />
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</p>
<p>Warning: join() [function.join]: Invalid arguments passed in wp-content/plugins/askapache-password-protect/askapache-password-protect.php on line 1319<br />
</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>
</channel>
</rss>
