[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]
Re: [LI] .htaccess problems.
Hi,
>
> AuthName Webmaster
> AuthType Basic
> AuthUserFile /home/httpd/html/.htpasswd
I think u need to have something like this after the above lines.
<Limit GET>
require user <user-name-with-which-the-user-can-log-on>
</Limit>
and .htpasswd will have <user-name>:<encrypted-passwd>
Did u uncomment the AccessFileName tag?
It should be:
AccessFileName .htaccess
HTH
Sai
--------------------------------------------------------------------
The Linux India Mailing List Archives are now available. Please search
the archive at http://lists.linux-india.org/ before posting your question
to avoid repetition and save bandwidth.