Click to See Complete Forum and Search --> : Password Authentication


Infested Flar
02-22-2001, 05:14 AM
.htaccess is my question. when i accessed my site, e.g. myhostname.com/protected_site , i hav to enter my username and password twice before i could get in. what seems to be my prob here? here is my .htaccess file on that directory.

AuthName "Restricted Directory"
AuthType Basic
AuthUserFile /etc/.htpasswd
<Limit GET>
require valid-user
</Limit>


is there somethin wrong bout it? btw. am using apache1.3.14+ssl+php on Slack7.1 if that would make sense. thanks in advance.

-flar-

[ 22 February 2001: Message edited by: flar ]