dhard
11-17-01, 10:48 PM
I have put the .httaccess file in a directory called secure. Put the password file in a directory called lock. The user authentication box comes up and asks for a user name and password but it does not take my user name or password and fails to connect with the page I am trying to open. It says that the user could not be authenticated. I used notepad to build the files and changed the security level to 755. I have also tried changing AuthUserFile to about 10 different combinations.
This is my .htaccess file :
AuthUserFile /www/h/hardisty/htdocs/lock/.htpasswd
AuthName "Restricted Area"
AuthType Basic
<Limit GET POST PUT>
require user put_in_a_username_here
</Limit>
This is my .htpasswd file: (user: dh and passwd: dh
dh:F5OUBqi1WhjrU
Thanks for your help!
Dustin
This is my .htaccess file :
AuthUserFile /www/h/hardisty/htdocs/lock/.htpasswd
AuthName "Restricted Area"
AuthType Basic
<Limit GET POST PUT>
require user put_in_a_username_here
</Limit>
This is my .htpasswd file: (user: dh and passwd: dh
dh:F5OUBqi1WhjrU
Thanks for your help!
Dustin