.htaccess problem
Posted: Thu Jan 11, 2007 8:09 am
ere is my .htaccess code
there are 2 domains on the server, i set password for one and it works fine. but it also create problem for 2nd one.
2nd one is located at : /home/test1/public_html/
.htaccess file is located at /home/test/public_html/
any help
Code: Select all
AuthName "Restricted Area"
AuthType Basic
AuthUserFile /home/test/public_html/.htpasswd
AuthGroupFile /dev/nullthere are 2 domains on the server, i set password for one and it works fine. but it also create problem for 2nd one.
2nd one is located at : /home/test1/public_html/
.htaccess file is located at /home/test/public_html/
any help