But when i use .htaccess
AuthName "Restricted Area"
AuthType Basic
AuthUserFile .htpasswd
AuthGroupFile /dev/null
Require valid-user
login box was pop up, but cannot litespeed seem reject all users in htpasswd.
when i use absolute path (/home/user/www/tom/.htpasswd), litespeed work correctly.
is there something that i miss bout relative path ?