The problem i have is that i can't access the directory using the user and password i made up. I mean, the little window asking for the user and pwd keeps showing up.
Am i doing something wrong or is it that the server does not allow doing this?
Any help would be appreciated.
Here are both my .htaccess and .htpasswd files.
.htaccess file:
AuthUserFile /pass/.htpasswd
AuthGroupFile /dev/null
AuthName "Restricted Access"
AuthType Basic
<Limit GET>
require user test
</Limit>
.htpasswd file:
test:rHkJ3JtI2pi4.
The password is 1234 and the encryption was made at http://awtrey.com/software/htpass.php
Edited by Diego8, 19 November 2006 - 08:29 PM.