<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB"><title>Comments on Password Protect a Directory with .htaccess - ILoveJackDaniels.com</title><link rel="alternate" type="text/html" href="http://www.ilovejackdaniels.com/article/password-protect-a-directory-with-htaccess/" /><link rel="self" type="application/xml" href="http://www.ilovejackdaniels.com/article/password-protect-a-directory-with-htaccess/comments/atom/" /><subtitle>Latest comments on Password Protect a Directory with .htaccess on ILoveJackDaniels.com</subtitle><author><name>Dave Child</name></author><updated>2005-03-15T09:58:46Z</updated><id>tag:ilovejackdaniels.com,2005:219</id><entry><title>Comment on Password Protect a Directory with .htaccess</title><link rel="alternate" type="text/html" href="http://www.ilovejackdaniels.com/article/password-protect-a-directory-with-htaccess/comments/" /><summary type="text">Comment by Sean ( &lt;a href="http://www.lumidev.com"&gt;http://www.lumidev.com&lt;/a&gt; )&lt;br /&gt;&lt;br /&gt;So I'm confused ... was #8 saying htaccess does not really protect directories or just that it isn't the preferred way of doing it.  I found this article by googling &quot;how safe is htaccess for password protection.&quot;  Now that I re-read it, I'm thinking he meant the latter, but I'm just not sure.</summary><id>tag:ilovejackdaniels.com,2008:80127</id><published>2008-03-01T17:49:18+00:00</published><updated>2008-03-01T17:49:18Z</updated></entry><entry><title>Comment on Password Protect a Directory with .htaccess</title><link rel="alternate" type="text/html" href="http://www.ilovejackdaniels.com/article/password-protect-a-directory-with-htaccess/comments/" /><summary type="text">Comment by Alan ( &lt;a href="http://"&gt;http://&lt;/a&gt; )&lt;br /&gt;&lt;br /&gt;&quot;In general, you should never use .htaccess files unless you don't have access to the main server configuration file. There is, for example, a prevailing misconception that user authentication should always be done in .htaccess files. This is simply not the case. You can put user authentication configurations in the main server configuration, and this is, in fact, the preferred way to do things.&quot; &lt;br /&gt;&lt;br /&gt;The Apache Software Foundation.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;This doesn't work by default; the server admin has to edit httpd.conf to allow it.</summary><id>tag:ilovejackdaniels.com,2008:74142</id><published>2008-02-05T09:00:48+00:00</published><updated>2008-02-05T09:00:48Z</updated></entry><entry><title>Comment on Password Protect a Directory with .htaccess</title><link rel="alternate" type="text/html" href="http://www.ilovejackdaniels.com/article/password-protect-a-directory-with-htaccess/comments/" /><summary type="text">Comment by Judie Schechter ( &lt;a href="http://"&gt;http://&lt;/a&gt; )&lt;br /&gt;&lt;br /&gt;The code worked great.  But, once I am signed in - it seems I never have to sign in again unless I quit out of the browser and launch it again.  It can be hours or days and I am still able to get to the protected file after the initial username and password is input.&lt;br /&gt;&lt;br /&gt;Is there a way to set up a timeout feature so that if you are away from the page for 10 minutes (for example) then you have to sign back in?</summary><id>tag:ilovejackdaniels.com,2008:72646</id><published>2008-01-26T04:21:08+00:00</published><updated>2008-01-26T04:21:08Z</updated></entry><entry><title>Comment on Password Protect a Directory with .htaccess</title><link rel="alternate" type="text/html" href="http://www.ilovejackdaniels.com/article/password-protect-a-directory-with-htaccess/comments/" /><summary type="text">Comment by Albert ( &lt;a href="http://"&gt;http://&lt;/a&gt; )&lt;br /&gt;&lt;br /&gt;Tried this tutorial. Didn't work at all.......&lt;br /&gt;Wonder why it doesn't. Not even a pop-up menu apears.&lt;br /&gt;&lt;br /&gt;gr,&lt;br /&gt;&lt;br /&gt;Albert</summary><id>tag:ilovejackdaniels.com,2008:72619</id><published>2008-01-25T18:23:24+00:00</published><updated>2008-01-25T18:23:24Z</updated></entry><entry><title>Comment on Password Protect a Directory with .htaccess</title><link rel="alternate" type="text/html" href="http://www.ilovejackdaniels.com/article/password-protect-a-directory-with-htaccess/comments/" /><summary type="text">Comment by realety ( &lt;a href="http://"&gt;http://&lt;/a&gt; )&lt;br /&gt;&lt;br /&gt;Finally a password generator that works! :) Thank You!</summary><id>tag:ilovejackdaniels.com,2008:70185</id><published>2008-01-07T20:34:30+00:00</published><updated>2008-01-07T20:34:30Z</updated></entry><entry><title>Comment on Password Protect a Directory with .htaccess</title><link rel="alternate" type="text/html" href="http://www.ilovejackdaniels.com/article/password-protect-a-directory-with-htaccess/comments/" /><summary type="text">Comment by Vincent Bray ( &lt;a href="http://httpd.apache.org/docs-project/"&gt;http://httpd.apache.org/docs-project/&lt;/a&gt; )&lt;br /&gt;&lt;br /&gt;@nev&lt;br /&gt;&lt;br /&gt;There's nothing stopping people from using htaccess files for password protection, of course. My issue is just that many people get confused about two issues in particular: htaccess files are only for password protection, and: to configure password protection you need to use htaccess files. Neither is correct, but very few tutorials point that out. Whenever possible, this kind of configuration should go in the main config file, allowing the server to run faster (no need to look for htaccess files in every directory leading up to the current one for every request), and keeping configuration together in one place.&lt;br /&gt;&lt;br /&gt;Maybe No, no, no! was overdoing it :-)</summary><id>tag:ilovejackdaniels.com,2007:61428</id><published>2007-11-20T03:27:17+00:00</published><updated>2007-11-20T03:27:17Z</updated></entry><entry><title>Comment on Password Protect a Directory with .htaccess</title><link rel="alternate" type="text/html" href="http://www.ilovejackdaniels.com/article/password-protect-a-directory-with-htaccess/comments/" /><summary type="text">Comment by Jonathan ( &lt;a href="http://"&gt;http://&lt;/a&gt; )&lt;br /&gt;&lt;br /&gt;I created my .htaccess and .htpasswd files following the instructions found here: (http://help.godaddy.com/article.php?article_id=1641&amp;).&lt;br /&gt;&lt;br /&gt;I just tried to use your godaddy specific encryption link #33 but it is still not working...</summary><id>tag:ilovejackdaniels.com,2007:59681</id><published>2007-11-15T01:35:13+00:00</published><updated>2007-11-15T01:35:13Z</updated></entry><entry><title>Comment on Password Protect a Directory with .htaccess</title><link rel="alternate" type="text/html" href="http://www.ilovejackdaniels.com/article/password-protect-a-directory-with-htaccess/comments/" /><summary type="text">Comment by gld ( &lt;a href="http://www.virtualfulcrum.net"&gt;http://www.virtualfulcrum.net&lt;/a&gt; )&lt;br /&gt;&lt;br /&gt;It seems to me that the encryption can be server-specific.  I could not get passwords to work until I put a password-encryption page on my site's server: http://www.virtualfulcrum.net/projects/Web/godaddy_passwd.php</summary><id>tag:ilovejackdaniels.com,2007:59652</id><published>2007-11-14T23:42:26+00:00</published><updated>2007-11-14T23:42:26Z</updated></entry><entry><title>Comment on Password Protect a Directory with .htaccess</title><link rel="alternate" type="text/html" href="http://www.ilovejackdaniels.com/article/password-protect-a-directory-with-htaccess/comments/" /><summary type="text">Comment by Jonathan ( &lt;a href="http://"&gt;http://&lt;/a&gt; )&lt;br /&gt;&lt;br /&gt;Im having the same problem as #28. I've tried everything I can think of and read at least 20 tutorials on the subject so far but no matter what I do when I enter my username and password it tells me the password is incorrect. Please someone help.</summary><id>tag:ilovejackdaniels.com,2007:59403</id><published>2007-11-14T07:36:20+00:00</published><updated>2007-11-14T07:36:20Z</updated></entry><entry><title>Comment on Password Protect a Directory with .htaccess</title><link rel="alternate" type="text/html" href="http://www.ilovejackdaniels.com/article/password-protect-a-directory-with-htaccess/comments/" /><summary type="text">Comment by LoLo ( &lt;a href="http://www.loloz.net/"&gt;http://www.loloz.net/&lt;/a&gt; )&lt;br /&gt;&lt;br /&gt;more informations :&lt;br /&gt;http://httpd.apache.org/docs/2.0/howto/htaccess.html</summary><id>tag:ilovejackdaniels.com,2007:58952</id><published>2007-11-12T21:56:31+00:00</published><updated>2007-11-12T21:56:31Z</updated></entry></feed>