--- Ismael Valladolid Torres <[EMAIL PROTECTED]> escribió:
> El miércoles, 17 de septiembre de 2003, a las 17:30, Roberto Sanchez escribe:
> > I can't figure out why this will not prompt for a password.
>
> Check out the AllowOverride directive for that directory. If this
> directive is set to N
* Roberto Sanchez ([EMAIL PROTECTED]) [030917 08:47]:
> I am trying to get Apache 1.3 to prompt for a password for some file located
> in a particular directory on one of my sites.
>
> I created a password file like this:
>
> # htpasswd -c /etc/apache/passwd
>
> I entered the password and then
Some things to check would be:
1. Within the Directory directive, check the AllowOverride statement. It
must contain the AuthConfig directive-type.
2. AccessFileName needs to be .htaccess if that's the name of your file.
3. Have to reboot the server too :-)
If you haven't seen it already you mi
El miércoles, 17 de septiembre de 2003, a las 17:30, Roberto Sanchez escribe:
> I can't figure out why this will not prompt for a password.
Check out the AllowOverride directive for that directory. If this
directive is set to None, then .htaccess files are completely
ignored. You will need at leas
4 matches
Mail list logo