[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]
RE: [LI] .htaccess problems.
Hi,
I added the line as you said and now the browser gives the prompt for
username/password
but rejects anything that i give .
BTW the encrypted pass begins with Cd , I guess thats the correct seed ?
and yes i did uncomment the Access File name thing.
Please help !
Gaurav.
-----Original Message-----
[mailto:owner-linux-india@xxxxxxxxxxxxxxxxxxxxx]On Behalf Of V S Sai Satish
Sent: Wednesday, November 24, 1999 8:37 PM
To: linux-india@xxxxxxxxxxxxxxxxxxxxx
Subject: 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.