<?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/"
xmlns:series="http://unfoldingneurons.com/"
> <channel><title>Comments on: Password Protect a Directory Using&#160;.htaccess</title> <atom:link href="http://davidwalsh.name/password-protect-directory-using-htaccess/feed" rel="self" type="application/rss+xml" /><link>http://davidwalsh.name/password-protect-directory-using-htaccess</link> <description>Legendary scribbles about JavaScript, HTML5, AJAX, PHP, CSS, and ∞.</description> <lastBuildDate>Wed, 23 May 2012 19:56:08 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.2</generator> <item><title>By: Ryno</title><link>http://davidwalsh.name/password-protect-directory-using-htaccess#comment-31853</link> <dc:creator>Ryno</dc:creator> <pubDate>Tue, 24 Apr 2012 23:14:29 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=265#comment-31853</guid> <description>i can get this to work it just hangs on the loading and still asks for the login and password.
AllowedOverride All
hashed the username and pw using your link.
im not sure how to get this to work
any suggestions?</description> <content:encoded><![CDATA[<p>i can get this to work it just hangs on the loading and still asks for the login and password.<br
/> AllowedOverride All<br
/> hashed the username and pw using your link.<br
/> im not sure how to get this to work<br
/> any suggestions?</p> ]]></content:encoded> </item> <item><title>By: Ryno</title><link>http://davidwalsh.name/password-protect-directory-using-htaccess#comment-31852</link> <dc:creator>Ryno</dc:creator> <pubDate>Tue, 24 Apr 2012 22:50:49 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=265#comment-31852</guid> <description>hello. pretty cool. but it worked the 1st time for me but then after i typed in my username and pw i get this error. and when i delete it and start fresh i get the same error.Internal Server ErrorThe server encountered an internal error or misconfiguration and was unable to complete your request.Please contact the server administrator, admin@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.More information about this error may be available in the server error log.</description> <content:encoded><![CDATA[<p>hello. pretty cool. but it worked the 1st time for me but then after i typed in my username and pw i get this error. and when i delete it and start fresh i get the same error.</p><p>Internal Server Error</p><p>The server encountered an internal error or misconfiguration and was unable to complete your request.</p><p>Please contact the server administrator, admin@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.</p><p>More information about this error may be available in the server error log.</p> ]]></content:encoded> </item> <item><title>By: Axansh</title><link>http://davidwalsh.name/password-protect-directory-using-htaccess#comment-30640</link> <dc:creator>Axansh</dc:creator> <pubDate>Wed, 29 Feb 2012 17:53:31 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=265#comment-30640</guid> <description>Thanks ... it is very easy to use it and remove it as well as :)
carry on good task :)</description> <content:encoded><![CDATA[<p>Thanks &#8230; it is very easy to use it and remove it as well as :)<br
/> carry on good task :)</p> ]]></content:encoded> </item> <item><title>By: Jamie</title><link>http://davidwalsh.name/password-protect-directory-using-htaccess#comment-30448</link> <dc:creator>Jamie</dc:creator> <pubDate>Sun, 26 Feb 2012 10:03:27 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=265#comment-30448</guid> <description>I couldn’t get this to work on my local web server, then I realised that httpd.conf contained the line
&lt;code&gt;AllowOverride None&lt;/code&gt;
which was stopping Apache look at the .htaccess file. I changed it to
&lt;code&gt;AllowOverride All&lt;/code&gt; although &lt;code&gt;AllowOverride AuthConfig&lt;/code&gt; would have been sufficient.</description> <content:encoded><![CDATA[<p>I couldn’t get this to work on my local web server, then I realised that httpd.conf contained the line<br
/> <code>AllowOverride None</code><br
/> which was stopping Apache look at the .htaccess file. I changed it to<br
/> <code>AllowOverride All</code> although <code>AllowOverride AuthConfig</code> would have been sufficient.</p> ]]></content:encoded> </item> <item><title>By: pinoyconsole</title><link>http://davidwalsh.name/password-protect-directory-using-htaccess#comment-30023</link> <dc:creator>pinoyconsole</dc:creator> <pubDate>Tue, 21 Feb 2012 04:53:52 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=265#comment-30023</guid> <description>Unfortunately it did not work for me, already follow proxyboy suggestion but no password work for me. any work around to make it work?</description> <content:encoded><![CDATA[<p>Unfortunately it did not work for me, already follow proxyboy suggestion but no password work for me. any work around to make it work?</p> ]]></content:encoded> </item> <item><title>By: Elijah Clark</title><link>http://davidwalsh.name/password-protect-directory-using-htaccess#comment-28483</link> <dc:creator>Elijah Clark</dc:creator> <pubDate>Mon, 09 Jan 2012 02:55:06 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=265#comment-28483</guid> <description>how do i allow access to certain directories. (how do i turn off the rewrite function)</description> <content:encoded><![CDATA[<p>how do i allow access to certain directories. (how do i turn off the rewrite function)</p> ]]></content:encoded> </item> <item><title>By: Elijah Clark</title><link>http://davidwalsh.name/password-protect-directory-using-htaccess#comment-27854</link> <dc:creator>Elijah Clark</dc:creator> <pubDate>Wed, 07 Dec 2011 23:52:52 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=265#comment-27854</guid> <description>still trying to get this to work. for some reason night working in my sub directory</description> <content:encoded><![CDATA[<p>still trying to get this to work. for some reason night working in my sub directory</p> ]]></content:encoded> </item> <item><title>By: Will</title><link>http://davidwalsh.name/password-protect-directory-using-htaccess#comment-27394</link> <dc:creator>Will</dc:creator> <pubDate>Mon, 31 Oct 2011 09:28:58 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=265#comment-27394</guid> <description>Proxybox, thank you. I made the same mistake as Bryan.</description> <content:encoded><![CDATA[<p>Proxybox, thank you. I made the same mistake as Bryan.</p> ]]></content:encoded> </item> <item><title>By: proxybox</title><link>http://davidwalsh.name/password-protect-directory-using-htaccess#comment-27342</link> <dc:creator>proxybox</dc:creator> <pubDate>Mon, 24 Oct 2011 23:02:04 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=265#comment-27342</guid> <description>Jeff Reese,In order to have the username/password dialog box reappear, you need to close all your browser windows down and restart a new browser session after which the login window will appear again. Even if you clear you cookies, etc. the dialog box will not reopen.</description> <content:encoded><![CDATA[<p>Jeff Reese,</p><p>In order to have the username/password dialog box reappear, you need to close all your browser windows down and restart a new browser session after which the login window will appear again. Even if you clear you cookies, etc. the dialog box will not reopen.</p> ]]></content:encoded> </item> <item><title>By: proxybox</title><link>http://davidwalsh.name/password-protect-directory-using-htaccess#comment-27341</link> <dc:creator>proxybox</dc:creator> <pubDate>Mon, 24 Oct 2011 22:14:41 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=265#comment-27341</guid> <description>Bryan,
I had the same problem. You can&#039;t just use the password that you want to use into .htpasswd. You have to use the &#039;htaccess password generator&#039; link that David has provided first.  In that link you&#039;ll enter your proposed username and password and it will spit out a MD5 user and password that you will enter into your .htpasswd file. Upload that to the folder you want to protect and it should work. Good luck!</description> <content:encoded><![CDATA[<p>Bryan,<br
/> I had the same problem. You can&#8217;t just use the password that you want to use into .htpasswd. You have to use the &#8216;htaccess password generator&#8217; link that David has provided first.  In that link you&#8217;ll enter your proposed username and password and it will spit out a MD5 user and password that you will enter into your .htpasswd file. Upload that to the folder you want to protect and it should work. Good luck!</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)
Database Caching 1/7 queries in 0.005 seconds using disk: basic
Object Caching 804/805 objects using disk: basic

Served from: davidwalsh.name @ 2012-05-23 15:54:10 -->
