server is linux
i want to password protect one of my file but i cant do it i think the problem is on path of .htpasswd
file hierarchy is
cc->dd->
.htpasswd
.htaccess
protected file
in .htaccess
AuthUserFile /www.abcd.in/cc/dd/.htpasswd
kindly suggest me how to find out the right path
i want to password protect one of my file but i cant do it i think the problem is on path of .htpasswd
file hierarchy is
cc->dd->
.htpasswd
.htaccess
protected file
in .htaccess
AuthUserFile /www.abcd.in/cc/dd/.htpasswd
kindly suggest me how to find out the right path
Comment