.htpasswd Does this Work?

#2
BTW, this is what we are using:
Code:
AuthName "Restricted Area" 
AuthType Basic 
AuthUserFile /home/USERNAME/.htpasswd 
AuthGroupFile /dev/null 
require valid-user
 
#4
I do not even get a login box at all.
I have made sure all the permissions are set right for files and have tried todo this manually and through cPanel.

I get nothing in the error.log either.
 

mistwang

LiteSpeed Staff
#5
Seems works fine in our test environment, please try add "AllowOverride all" in document root configuration section of that user in httpd.conf, if it makes it work, then it might be apache httpd.conf compatibility issue need to be addressed. please send us your httpd.conf for testing.
 
Top