<?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 - AddedBytes.com</title><link rel="alternate" type="text/html" href="http://www.addedbytes.com/article/password-protect-a-directory-with-htaccess/" /><link rel="self" type="application/xml" href="http://www.addedbytes.com/article/password-protect-a-directory-with-htaccess/comments/atom/" /><subtitle>Latest comments on Password Protect a Directory with .htaccess on AddedBytes.com</subtitle><author><name>Dave Child</name></author><updated>2005-03-15T09:58:46Z</updated><id>tag:addedbytes.com,2005:219</id><!-- ckey="76C662BB" --><entry><title>Comment on Password Protect a Directory with .htaccess</title><link rel="alternate" type="text/html" href="http://www.addedbytes.com/article/password-protect-a-directory-with-htaccess/comments/" /><summary type="text">Comment by Amila ( &lt;a href=""&gt;&lt;/a&gt; )&lt;br /&gt;&lt;br /&gt;this is not working on vista</summary><id>tag:addedbytes.com,2009:111649</id><published>2009-07-01T13:19:44+01:00</published><updated>2009-07-01T13:19:44Z</updated></entry><entry><title>Comment on Password Protect a Directory with .htaccess</title><link rel="alternate" type="text/html" href="http://www.addedbytes.com/article/password-protect-a-directory-with-htaccess/comments/" /><summary type="text">Comment by Lev A ( &lt;a href="http://www.uniquenetsys.com"&gt;http://www.uniquenetsys.com&lt;/a&gt; )&lt;br /&gt;&lt;br /&gt;Hi&lt;br /&gt;
Greate tutorial&lt;br /&gt;
I have a question ...( Ialway have one)&lt;br /&gt;
If I have 6 users with 6 differenf folders and I liket ot make sure that user A cannot get to a folder of user C   and so on&lt;br /&gt;
Do I have to incert  .htaccess  with indivigual namn in every forlder?&lt;br /&gt;
Or it is a way to use this differetly&lt;br /&gt;
&lt;br /&gt;
Thanx</summary><id>tag:addedbytes.com,2009:111156</id><published>2009-06-04T01:53:55+01:00</published><updated>2009-06-04T01:53:55Z</updated></entry><entry><title>Comment on Password Protect a Directory with .htaccess</title><link rel="alternate" type="text/html" href="http://www.addedbytes.com/article/password-protect-a-directory-with-htaccess/comments/" /><summary type="text">Comment by Nicholas Juntilla ( &lt;a href="http://worldnick.wordpress.com"&gt;http://worldnick.wordpress.com&lt;/a&gt; )&lt;br /&gt;&lt;br /&gt;I believe your crypt() function is using DES and not MD5 algorithm.  On my version of Apache 2.2.11 your generated password did not work.  I googled htpasswd generator and found one that did work.  On further investigation of the cryptography algorithms I discovered that this might be system specific.  I'm using WindowsXP.  Perhaps this is specific to the version of Apache.  That I don't know.  What I know is that your tutorial worked up until the password generator.</summary><id>tag:addedbytes.com,2009:110950</id><published>2009-05-22T19:22:45+01:00</published><updated>2009-05-22T19:22:45Z</updated></entry><entry><title>Comment on Password Protect a Directory with .htaccess</title><link rel="alternate" type="text/html" href="http://www.addedbytes.com/article/password-protect-a-directory-with-htaccess/comments/" /><summary type="text">Comment by ButterBean ( &lt;a href=""&gt;&lt;/a&gt; )&lt;br /&gt;&lt;br /&gt;IMPORTANT!  Many Apache installations (especially on Windows) have &quot;AllowOverride&quot; set to &quot;none&quot; in the httpd.conf file.  In order for user/password protection to work AllowOverride must be set to &quot;AuthConfig&quot;.  ALSO, Apache's user/password protection is the weakest possible.  Credentials are sent as &quot;clear text&quot; and &quot;protected&quot; files are not encrypted.  Don't use this protection method for anything serious !!!</summary><id>tag:addedbytes.com,2009:110515</id><published>2009-04-26T01:05:24+01:00</published><updated>2009-04-26T01:05:24Z</updated></entry><entry><title>Comment on Password Protect a Directory with .htaccess</title><link rel="alternate" type="text/html" href="http://www.addedbytes.com/article/password-protect-a-directory-with-htaccess/comments/" /><summary type="text">Comment by brian ( &lt;a href="http://www.bmlee.com"&gt;http://www.bmlee.com&lt;/a&gt; )&lt;br /&gt;&lt;br /&gt;just what I was looking for.&lt;br /&gt;
&lt;br /&gt;
thank you.</summary><id>tag:addedbytes.com,2009:109857</id><published>2009-03-24T16:13:46+00:00</published><updated>2009-03-24T16:13:46Z</updated></entry><entry><title>Comment on Password Protect a Directory with .htaccess</title><link rel="alternate" type="text/html" href="http://www.addedbytes.com/article/password-protect-a-directory-with-htaccess/comments/" /><summary type="text">Comment by gs1m ( &lt;a href=""&gt;&lt;/a&gt; )&lt;br /&gt;&lt;br /&gt;Great article, thanks.&lt;br /&gt;
&lt;br /&gt;
also thanks to MJ.. i'd never guessed it's not working because of that :)</summary><id>tag:addedbytes.com,2009:108985</id><published>2009-02-25T06:58:47+00:00</published><updated>2009-02-25T06:58:47Z</updated></entry><entry><title>Comment on Password Protect a Directory with .htaccess</title><link rel="alternate" type="text/html" href="http://www.addedbytes.com/article/password-protect-a-directory-with-htaccess/comments/" /><summary type="text">Comment by Tori ( &lt;a href="http://www.javaedition.com"&gt;http://www.javaedition.com&lt;/a&gt; )&lt;br /&gt;&lt;br /&gt;Thanks for sharing, it's useful for me</summary><id>tag:addedbytes.com,2009:108449</id><published>2009-01-29T16:13:35+00:00</published><updated>2009-01-29T16:13:35Z</updated></entry><entry><title>Comment on Password Protect a Directory with .htaccess</title><link rel="alternate" type="text/html" href="http://www.addedbytes.com/article/password-protect-a-directory-with-htaccess/comments/" /><summary type="text">Comment by Dan ( &lt;a href="http://www.gamesopoly.com"&gt;http://www.gamesopoly.com&lt;/a&gt; )&lt;br /&gt;&lt;br /&gt;THANK YOU THANK YOU THANK YOU!&lt;br /&gt;
&lt;br /&gt;
Very easily explained and the encryption was great!</summary><id>tag:addedbytes.com,2009:108151</id><published>2009-01-14T15:22:25+00:00</published><updated>2009-01-14T15:22:25Z</updated></entry><entry><title>Comment on Password Protect a Directory with .htaccess</title><link rel="alternate" type="text/html" href="http://www.addedbytes.com/article/password-protect-a-directory-with-htaccess/comments/" /><summary type="text">Comment by Nelson ( &lt;a href="http://agith.cerestia.net/"&gt;http://agith.cerestia.net/&lt;/a&gt; )&lt;br /&gt;&lt;br /&gt;It seems you can forever access the folder on the same computer as long as the cache is not cleared. Is it possible to kill the session (or whatever it's appropriately called in this context) or limit it for only a few hours?</summary><id>tag:addedbytes.com,2009:108149</id><published>2009-01-14T14:31:26+00:00</published><updated>2009-01-14T14:31:26Z</updated></entry><entry><title>Comment on Password Protect a Directory with .htaccess</title><link rel="alternate" type="text/html" href="http://www.addedbytes.com/article/password-protect-a-directory-with-htaccess/comments/" /><summary type="text">Comment by Pervert Angel ( &lt;a href="http://www.vectorgraphicsdesign.com"&gt;http://www.vectorgraphicsdesign.com&lt;/a&gt; )&lt;br /&gt;&lt;br /&gt;This is the best article ever!!, it's simple and it works!! Thanks for sharing this knowledge dude...</summary><id>tag:addedbytes.com,2008:107293</id><published>2008-12-11T08:55:33+00:00</published><updated>2008-12-11T08:55:33Z</updated></entry></feed>