jk111
Jan 31st 2008, 2:51 pm
Ok, so I have the .htaccess file that looks like this placed in the directory I want to password protect.
AuthName "Secure Area"
AuthType Basic
AuthUserFile /path/to/your/directory/.htpasswd
require valid-user
Now I used the .htpasswd command and got that file created but now what do I do ?
Thanks.
P.s I am using windows apache version 2.2.8
AuthName "Secure Area"
AuthType Basic
AuthUserFile /path/to/your/directory/.htpasswd
require valid-user
Now I used the .htpasswd command and got that file created but now what do I do ?
Thanks.
P.s I am using windows apache version 2.2.8