<?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: .htaccess Plugin Blocks Spam, Hackers, and Password Protects Blog</title>
	<atom:link href="http://www.askapache.com/htaccess/htaccess-plugin-blocks-spam-hackers-and-password-protects-blog.html/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.askapache.com/htaccess/htaccess-plugin-blocks-spam-hackers-and-password-protects-blog.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: Eddie</title>
		<link>http://www.askapache.com/htaccess/htaccess-plugin-blocks-spam-hackers-and-password-protects-blog.html#comment-109031</link>
		<dc:creator>Eddie</dc:creator>
		<pubDate>Wed, 11 Nov 2009 16:25:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/?p=1053#comment-109031</guid>
		<description>I&#039;ve moved my &lt;code&gt;.htaccess file&lt;/code&gt; from the wordpress directory to the directory below it (so that I can access my wp install through &lt;code&gt;www.domain.com&lt;/code&gt; instead of &lt;code&gt;www.domain.com/wordpress&lt;/code&gt;). Ask Apache doesn&#039;t work for me in this case, it&#039;s getting a lot of the directory setting wrong in the test (as seen from the verbose output). Any tips?

Eddie</description>
		<content:encoded><![CDATA[<p>I&#8217;ve moved my <code>.htaccess file</code> from the wordpress directory to the directory below it (so that I can access my wp install through <code>www.domain.com</code> instead of <code>www.domain.com/wordpress</code>). Ask Apache doesn&#8217;t work for me in this case, it&#8217;s getting a lot of the directory setting wrong in the test (as seen from the verbose output). Any tips?</p>
<p>Eddie</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SleeplessinDC</title>
		<link>http://www.askapache.com/htaccess/htaccess-plugin-blocks-spam-hackers-and-password-protects-blog.html#comment-108407</link>
		<dc:creator>SleeplessinDC</dc:creator>
		<pubDate>Sat, 07 Nov 2009 22:57:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/?p=1053#comment-108407</guid>
		<description>It would be nice if you allowed the dates to show in these comments so we don&#039;t waste our time looking at out of date problems and to be able to know what order they are in.

I&#039;m not sure if this comment is even going to get posted because I wrote an answer to gon and it hasn&#039;t appeared. Then I wrote a separate comment about problems I&#039;m having and what steps I took. It was long and detailed. As soon as I clicked on the &quot;Add Your Opinion&quot; button, I got a page saying Firefox couldn&#039;t find this page or the comment. The Back button didn&#039;t get me back to the comments--everything is gone. 

Without dates below, I have no way of knowing whether these are from 2005 or more recent. Is the developer still looking at the comments and working on solutions?</description>
		<content:encoded><![CDATA[<p>It would be nice if you allowed the dates to show in these comments so we don&#8217;t waste our time looking at out of date problems and to be able to know what order they are in.</p>
<p>I&#8217;m not sure if this comment is even going to get posted because I wrote an answer to gon and it hasn&#8217;t appeared. Then I wrote a separate comment about problems I&#8217;m having and what steps I took. It was long and detailed. As soon as I clicked on the &#8220;Add Your Opinion&#8221; button, I got a page saying Firefox couldn&#8217;t find this page or the comment. The Back button didn&#8217;t get me back to the comments&#8211;everything is gone. </p>
<p>Without dates below, I have no way of knowing whether these are from 2005 or more recent. Is the developer still looking at the comments and working on solutions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SleeplessinDC</title>
		<link>http://www.askapache.com/htaccess/htaccess-plugin-blocks-spam-hackers-and-password-protects-blog.html#comment-108404</link>
		<dc:creator>SleeplessinDC</dc:creator>
		<pubDate>Sat, 07 Nov 2009 22:22:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/?p=1053#comment-108404</guid>
		<description>The plugin is a great idea and I&#039;d like to get it to work. Even though I solved the mystery of the .htpasswda3 file, I am having problems with the plugin. Is it possible to run this plugin when WordPress is in a subdirectory of a regular HTML site that doesn&#039;t require a logon to use?

In the tests, I put the absolute URL for where the blog is. The wording for this field is confusing. It says one or two URIs in the same space that require the same authname, username, and password. My site is not set up that way. A separate username and password is used for the blog. It is not the same as the FTP logon for the main site because I only want authors and contributors to the blog to have access to the blog and not the whole site.

Although I set the field pointing to the blog in the subdirectory, the .htpasswda3 file was created outside the blog directory. Assuming that most people will be working with a standalone WordPress installation, the .htpasswda3 file would normally be created in the root of the WordPress files. So I moved the file that was made outside the WordPress directory and put it into the WP root. Then I ran the test again and specified that link for the .htpasswda3 file in the WordPress directory.

I activated Password Protect wp-login.php and wp-admin. Then I tried to go to my blog and I keep getting an Authentication Required window that says: A username and password are being requested by http://www.domain.name. The site says: &quot;Protected By AskApache&quot; I&#039;ve tried entering the FTP logon info but that isn&#039;t accepted and I even tried the blog logon info even though the blog is not at that level. But nothing is accepted.

In addition, all the CSS styling for both the main site and the WordPress site is not being used. How would this plugin affect that?

I am hoping that this plugin will allow me to protect the WordPress directory, wp-login, and wp-admin from unwanted users and allow multiple registered authors, editors, and contributors to log on with a password. I&#039;m going to remove the plugin until someone can tell me how to make it work with WordPress in a subdirectory. I am using WordPress 2.8.5.</description>
		<content:encoded><![CDATA[<p>The plugin is a great idea and I&#8217;d like to get it to work. Even though I solved the mystery of the .htpasswda3 file, I am having problems with the plugin. Is it possible to run this plugin when WordPress is in a subdirectory of a regular HTML site that doesn&#8217;t require a logon to use?</p>
<p>In the tests, I put the absolute URL for where the blog is. The wording for this field is confusing. It says one or two URIs in the same space that require the same authname, username, and password. My site is not set up that way. A separate username and password is used for the blog. It is not the same as the FTP logon for the main site because I only want authors and contributors to the blog to have access to the blog and not the whole site.</p>
<p>Although I set the field pointing to the blog in the subdirectory, the .htpasswda3 file was created outside the blog directory. Assuming that most people will be working with a standalone WordPress installation, the .htpasswda3 file would normally be created in the root of the WordPress files. So I moved the file that was made outside the WordPress directory and put it into the WP root. Then I ran the test again and specified that link for the .htpasswda3 file in the WordPress directory.</p>
<p>I activated Password Protect wp-login.php and wp-admin. Then I tried to go to my blog and I keep getting an Authentication Required window that says: A username and password are being requested by http://www.domain.name. The site says: &#8220;Protected By AskApache&#8221; I&#8217;ve tried entering the FTP logon info but that isn&#8217;t accepted and I even tried the blog logon info even though the blog is not at that level. But nothing is accepted.</p>
<p>In addition, all the CSS styling for both the main site and the WordPress site is not being used. How would this plugin affect that?</p>
<p>I am hoping that this plugin will allow me to protect the WordPress directory, wp-login, and wp-admin from unwanted users and allow multiple registered authors, editors, and contributors to log on with a password. I&#8217;m going to remove the plugin until someone can tell me how to make it work with WordPress in a subdirectory. I am using WordPress 2.8.5.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SleeplessinDC</title>
		<link>http://www.askapache.com/htaccess/htaccess-plugin-blocks-spam-hackers-and-password-protects-blog.html#comment-108398</link>
		<dc:creator>SleeplessinDC</dc:creator>
		<pubDate>Sat, 07 Nov 2009 21:52:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/?p=1053#comment-108398</guid>
		<description>I got the same error about the .htpasswda3. I looked at my files and it had been created but it had zero contents. I went back to the section below that error message and decided to click on the first module for Password Protect wp-login.php

That made the error message go away. In its place was a yellow box with the code that had been written to the .htaccess file.</description>
		<content:encoded><![CDATA[<p>I got the same error about the .htpasswda3. I looked at my files and it had been created but it had zero contents. I went back to the section below that error message and decided to click on the first module for Password Protect wp-login.php</p>
<p>That made the error message go away. In its place was a yellow box with the code that had been written to the .htaccess file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gon</title>
		<link>http://www.askapache.com/htaccess/htaccess-plugin-blocks-spam-hackers-and-password-protects-blog.html#comment-104362</link>
		<dc:creator>gon</dc:creator>
		<pubDate>Wed, 23 Sep 2009 14:45:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/?p=1053#comment-104362</guid>
		<description>hi! this pluging seems to be great but 

im having a &lt;code&gt;ERROR: Failed to create /home/user/.htpasswda3&lt;/code&gt;

my .htaccess is writable but i have a red box in
Digest Authentication Attempt and
2nd Digest Authentication Attempt

it may be the reason of my first error.

can i ask how to solve this?</description>
		<content:encoded><![CDATA[<p>hi! this pluging seems to be great but </p>
<p>im having a <code>ERROR: Failed to create /home/user/.htpasswda3</code></p>
<p>my .htaccess is writable but i have a red box in<br />
Digest Authentication Attempt and<br />
2nd Digest Authentication Attempt</p>
<p>it may be the reason of my first error.</p>
<p>can i ask how to solve this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nelson</title>
		<link>http://www.askapache.com/htaccess/htaccess-plugin-blocks-spam-hackers-and-password-protects-blog.html#comment-103521</link>
		<dc:creator>Robert Nelson</dc:creator>
		<pubDate>Mon, 14 Sep 2009 18:36:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/?p=1053#comment-103521</guid>
		<description>Installed plug-in, ran tests, activated first two items on your plug-ins set up page, now I can&#039;t access Wp-admin. Tried going to my cpanel and deleting everything in your plug-in. No help. I still can&#039;t access my wp-admin. How to solve?</description>
		<content:encoded><![CDATA[<p>Installed plug-in, ran tests, activated first two items on your plug-ins set up page, now I can&#8217;t access Wp-admin. Tried going to my cpanel and deleting everything in your plug-in. No help. I still can&#8217;t access my wp-admin. How to solve?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AskApache</title>
		<link>http://www.askapache.com/htaccess/htaccess-plugin-blocks-spam-hackers-and-password-protects-blog.html#comment-87923</link>
		<dc:creator>AskApache</dc:creator>
		<pubDate>Sun, 12 Jul 2009 21:13:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/?p=1053#comment-87923</guid>
		<description>&lt;a title=&quot;Get a Yubikey&quot; href=&quot;http://www.yubico.com/o.php?refid=129&amp;rno=1915524769&quot; rel=&quot;nofollow&quot;&gt;
Oh yes use yubikey!&lt;/a&gt;
</description>
		<content:encoded><![CDATA[<p><a title="Get a Yubikey" href="http://www.yubico.com/o.php?refid=129&#038;rno=1915524769" rel="nofollow"><br />
Oh yes use yubikey!</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ron</title>
		<link>http://www.askapache.com/htaccess/htaccess-plugin-blocks-spam-hackers-and-password-protects-blog.html#comment-86698</link>
		<dc:creator>Ron</dc:creator>
		<pubDate>Wed, 08 Jul 2009 13:27:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/?p=1053#comment-86698</guid>
		<description>Hi, thanks for a great looking plugin.

I&#039;m having problems however and I&#039;m receiving this in the testing phase:



&lt;blockquote cite=&quot;&quot;&gt;&#039;Bummer... you don&#039;t have digest capabilities.&#039;&lt;/blockquote&gt;



and this is stopping the plugin from working.

What would cause this, and is it something I can do, or do I have to get onto my web host?

Thanks for any help with this.</description>
		<content:encoded><![CDATA[<p>Hi, thanks for a great looking plugin.</p>
<p>I&#8217;m having problems however and I&#8217;m receiving this in the testing phase:</p>
<blockquote cite=""><p>&#8216;Bummer&#8230; you don&#8217;t have digest capabilities.&#8217;</p></blockquote>
<p>and this is stopping the plugin from working.</p>
<p>What would cause this, and is it something I can do, or do I have to get onto my web host?</p>
<p>Thanks for any help with this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Signatur</title>
		<link>http://www.askapache.com/htaccess/htaccess-plugin-blocks-spam-hackers-and-password-protects-blog.html#comment-77595</link>
		<dc:creator>Signatur</dc:creator>
		<pubDate>Sat, 30 May 2009 00:20:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/?p=1053#comment-77595</guid>
		<description>hi there,
this plugin seems really good :)
However, when i installed it and tested it i got
the message that my server doesnt support authentication digest.

is there anything i can do to change this?
best , sarah
Norway</description>
		<content:encoded><![CDATA[<p>hi there,<br />
this plugin seems really good :)<br />
However, when i installed it and tested it i got<br />
the message that my server doesnt support authentication digest.</p>
<p>is there anything i can do to change this?<br />
best , sarah<br />
Norway</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil v. Sassen</title>
		<link>http://www.askapache.com/htaccess/htaccess-plugin-blocks-spam-hackers-and-password-protects-blog.html#comment-71067</link>
		<dc:creator>Phil v. Sassen</dc:creator>
		<pubDate>Tue, 14 Apr 2009 01:05:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/?p=1053#comment-71067</guid>
		<description>Hi, I am not able to use your plugin. The initial test fails. The result for &quot;&lt;code&gt;/wp-admin/.htaccess&lt;/code&gt; file writable&quot; is shown twice. One time with a red status and one time with a green status. How could this be?

Best regards from Berlin - Germany, Phil


PS:

&lt;pre&gt;File Permission Tests
&#160;
If any of these checks fail this plugin will not work. Both your /.htaccess and /wp-admin/.htaccess files must be writable for this plugin, those are the only 2 files this plugin absolutely must be able to modify. If any of the other checks fail you will need to manually create a folder named askapache in your /wp-content/ folder and make it writable.
&#160;
[ ] /wp-admin/.htaccess file writable
[ ] /wp-admin/.htaccess file writable
[ ] /kunden/sassen.org/.htpasswda3 file writable
[ ] Creating test folder
[ ] Test folder writable
[ ] Basic Auth htpasswd file writable
[ ] Digest Auth htpasswd file writable
[ ] .htaccess test file writable&lt;/pre&gt;

</description>
		<content:encoded><![CDATA[<p>Hi, I am not able to use your plugin. The initial test fails. The result for &#8220;<code>/wp-admin/.htaccess</code> file writable&#8221; is shown twice. One time with a red status and one time with a green status. How could this be?</p>
<p>Best regards from Berlin &#8211; Germany, Phil</p>
<p>PS:</p>
<pre>File Permission Tests
&nbsp;
If any of these checks fail this plugin will not work. Both your /.htaccess and /wp-admin/.htaccess files must be writable for this plugin, those are the only 2 files this plugin absolutely must be able to modify. If any of the other checks fail you will need to manually create a folder named askapache in your /wp-content/ folder and make it writable.
&nbsp;
[ ] /wp-admin/.htaccess file writable
[ ] /wp-admin/.htaccess file writable
[ ] /kunden/sassen.org/.htpasswda3 file writable
[ ] Creating test folder
[ ] Test folder writable
[ ] Basic Auth htpasswd file writable
[ ] Digest Auth htpasswd file writable
[ ] .htaccess test file writable</pre>
]]></content:encoded>
	</item>
</channel>
</rss>
