PDA

View Full Version : Password protection doesn't work


Webcart
02-10-2004, 08:14 AM
While trying to protect directory, I get the following message:


An error occured while attempting to protect the directory

Details

Unable to read the protected directories list file


I SSHed into account and took a look at the directory. .htaccess files looks like

AuthGroupFile /dev/null
AuthName "admin"
AuthType Basic
AuthUserFile /home/admin/domains/mydomain.com/.htpasswd/public_html/.htpasswd


and there is no /home/admin/domains/mydomain.com/.htpasswd directory.

DirectAdmin Support
02-10-2004, 10:07 AM
Hello,

Make sure you check the checkbox at the top left corner of the password protected screen.

John

Webcart
02-10-2004, 10:25 AM
Thank you.