Group: Member 
Post Group: Working Newbie
Posts: 76
Status: 
|
Hello
I need to set password protection for one addon domein on webuzo and because do not have some instant solution i put manual settings with .htaccess and .htpasswd
I put .htaccess in /home/user/addondomainname.com/.htaccess
Code
AuthType Basic
AuthName "restricted area"
AuthUserFile /home/user/.htpasswd
require valid-user
and .htpasswd put in /home/user/.htpasswd with
Password is converted with MD5.And this does not work.Can you help me?
|