<?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>Thu, 09 Feb 2012 15:40:33 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3</generator> <item><title>By: Elijah Clark</title><link>http://davidwalsh.name/password-protect-directory-using-htaccess/comment-page-1#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-page-1#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-page-1#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-page-1#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-page-1#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> <item><title>By: Bryan</title><link>http://davidwalsh.name/password-protect-directory-using-htaccess/comment-page-1#comment-26942</link> <dc:creator>Bryan</dc:creator> <pubDate>Tue, 20 Sep 2011 17:36:22 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=265#comment-26942</guid> <description>I&#039;m using this code in one of my directories but once I enter the URL and get the pop-up box and enter my UN/ PW it gets stuck in a continuous loop asking me to enter un/pw again and again. Help! Thanks!</description> <content:encoded><![CDATA[<p>I&#8217;m using this code in one of my directories but once I enter the URL and get the pop-up box and enter my UN/ PW it gets stuck in a continuous loop asking me to enter un/pw again and again. Help! Thanks!</p> ]]></content:encoded> </item> <item><title>By: Joe W</title><link>http://davidwalsh.name/password-protect-directory-using-htaccess/comment-page-1#comment-24481</link> <dc:creator>Joe W</dc:creator> <pubDate>Wed, 22 Jun 2011 16:53:05 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=265#comment-24481</guid> <description>I am trying to password protect a subdirectory on an FTP that is already inside of a password protected directory, but the folder becomes hidden as soon as I add in the .htaccess and .htpasswd files.  Is there a line of code I can add to the .htaccess file to keep the subdirect visible?Thanks in advance.</description> <content:encoded><![CDATA[<p>I am trying to password protect a subdirectory on an FTP that is already inside of a password protected directory, but the folder becomes hidden as soon as I add in the .htaccess and .htpasswd files.  Is there a line of code I can add to the .htaccess file to keep the subdirect visible?</p><p>Thanks in advance.</p> ]]></content:encoded> </item> <item><title>By: paul</title><link>http://davidwalsh.name/password-protect-directory-using-htaccess/comment-page-1#comment-24314</link> <dc:creator>paul</dc:creator> <pubDate>Sat, 04 Jun 2011 12:49:52 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=265#comment-24314</guid> <description>can we also make an easy &#039; logout&#039;  button???
thx!</description> <content:encoded><![CDATA[<p>can we also make an easy &#8216; logout&#8217;  button???<br
/> thx!</p> ]]></content:encoded> </item> <item><title>By: Ian</title><link>http://davidwalsh.name/password-protect-directory-using-htaccess/comment-page-1#comment-22903</link> <dc:creator>Ian</dc:creator> <pubDate>Wed, 02 Mar 2011 11:32:34 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=265#comment-22903</guid> <description>This is great, is it possible to specify which html file opens depending on which username is used to log in?</description> <content:encoded><![CDATA[<p>This is great, is it possible to specify which html file opens depending on which username is used to log in?</p> ]]></content:encoded> </item> <item><title>By: Ronak R.</title><link>http://davidwalsh.name/password-protect-directory-using-htaccess/comment-page-1#comment-22566</link> <dc:creator>Ronak R.</dc:creator> <pubDate>Fri, 04 Feb 2011 09:06:08 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=265#comment-22566</guid> <description>Awesome blog! :) I was just looking around for some tips of password protection.. and this is neat! I didn&#039;t realize I was already using it by cPanel! :PAnyways, love the effects you&#039;ve done on your logo.. and the social links that can be dragged anywhere!! One question: HOW did you do that!!!!!!!!!! :O :D</description> <content:encoded><![CDATA[<p>Awesome blog! :) I was just looking around for some tips of password protection.. and this is neat! I didn&#8217;t realize I was already using it by cPanel! :P</p><p>Anyways, love the effects you&#8217;ve done on your logo.. and the social links that can be dragged anywhere!! One question: HOW did you do that!!!!!!!!!! :O :D</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/17 queries in 0.013 seconds using disk: basic
Object Caching 865/866 objects using disk: basic

Served from: davidwalsh.name @ 2012-02-09 11:58:20 -->
