skypanther
Exalted Code Master!
I tried using Webshell to password protect a directory. It seems to have created all the appropriate files, but I just get a '500 Internal Server Error' when I try accessing the directory. This is what was generated:
.htaccess in the protected directory
.htpasswd in the account's root directory
That all seems fine. Am I doing something wrong? Does this not work in linux hosts here?
Thanks,
Tim
.htaccess in the protected directory
Code:
AuthType Basic
AuthName "Restricted Area "
AuthUserFile /hsphere/local/home/user_name/.htpasswd
AuthGroupFile /hsphere/local/home/user_name/dev/null
Require valid-user
.htpasswd in the account's root directory
username:encrypted_password
That all seems fine. Am I doing something wrong? Does this not work in linux hosts here?
Thanks,
Tim