dutchie
03-16-2002, 09:01 AM
A user tries to protect his directory by creating a .htaccess file.
AuthUserFile /home/sites/site38/web/test/.htpasswd
AuthGroupFile /dev/null
AuthName tandem4ever-members-section
AuthType Basic
<Limit GET>
require valid-user
</Limit>
he then created a .htpasswd file with this content
login:pass
Now when you enter the dir, i need to enter thelogin en password, but he won't accept the password.
So i telnetted in, deleted the .htpasswd and tried to create a .htpasswd file myself.
htpasswd -c .htpasswd login
I then get a message : command htpasswd is not found
Whats wrong , how do i get this to accept the password he is asking for ?
AuthUserFile /home/sites/site38/web/test/.htpasswd
AuthGroupFile /dev/null
AuthName tandem4ever-members-section
AuthType Basic
<Limit GET>
require valid-user
</Limit>
he then created a .htpasswd file with this content
login:pass
Now when you enter the dir, i need to enter thelogin en password, but he won't accept the password.
So i telnetted in, deleted the .htpasswd and tried to create a .htpasswd file myself.
htpasswd -c .htpasswd login
I then get a message : command htpasswd is not found
Whats wrong , how do i get this to accept the password he is asking for ?
