Password protection using htaccess & LiteSpeed?
Hi,
We have the following setup in a clients htaccess file:
AuthName "Restricted Area"
AuthType Basic
AuthUserFile "/home/user/htpasswds/.htpasswd"
require valid-user
With LiteSpeed enabled it doesn't even bring up the authentication box and then breaks the site and doesn't bring up the css or javascript. However when we switch to Apache it works fine. Alternatively if we rename index.php to index.php.bak with LiteSpeed, the password protection works fine.
Any ideas?
|