Hi there,
Its long time that customers are reporting that cPanel password protection feature doesn't work properly at my cPanel/Litespeed servers
I've double checked my self and couldn't make it working
It returns 401 for correct password
here is configurations:
.htaccess:
tried to generate passwd file using htpasswd and cPanel but both not working
also i just see bellow error related to this request:
2011-08-09 13:55:59.042 [INFO] [IP:62506-0#APVH_usr.com] File not found [/home/usr/public_html/401.shtml]
how to debug? any suggestion/
Respect
Its long time that customers are reporting that cPanel password protection feature doesn't work properly at my cPanel/Litespeed servers
I've double checked my self and couldn't make it working
It returns 401 for correct password
here is configurations:
.htaccess:
Code:
AuthType Basic
AuthName "usr"
AuthUserFile "/home/usr/.htpasswds/public_html/wp-admin/passwd"
require valid-user
also i just see bellow error related to this request:
2011-08-09 13:55:59.042 [INFO] [IP:62506-0#APVH_usr.com] File not found [/home/usr/public_html/401.shtml]
how to debug? any suggestion/
Respect