trying to get .htaccess working .. partually works, but ...
Posted: Sun Feb 02, 2003 3:23 am
I have this in the .htaccess file
I then set a password using
and then when i try to go into there it asks me for ueername and pass as it should.
I type it in and it works !
But once in, when i click on one of the files listed in the dir, it asks again for username and password.
However, I can't get into there to view the file. It says incorrect username or password
any ideas at all .. this is really odd
(I don't have access to the server)
Code: Select all
AuthType Basic
AuthName "Password Required"
AuthUserFile /import/elfman/1/username/dir/.htpasswd
Require valid-userCode: Select all
htpasswd -c /import/elfman/1/username/dir/.htpasswd userI type it in and it works !
But once in, when i click on one of the files listed in the dir, it asks again for username and password.
However, I can't get into there to view the file. It says incorrect username or password
any ideas at all .. this is really odd
(I don't have access to the server)