Page 1 of 1

.htaccess problem

Posted: Thu Jan 11, 2007 8:09 am
by itsmani1
ere is my .htaccess code

Code: Select all

AuthName "Restricted Area"
AuthType Basic
AuthUserFile /home/test/public_html/.htpasswd
AuthGroupFile /dev/null

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

Posted: Thu Jan 11, 2007 9:49 am
by feyd
What's the problem?