>Hi,
>I have set up a .htaccess file with a AddHandler directive, but it is
>simply ignored by apache.
>The AccessFileName directive in the srm.conf file is ".htaccess", so >it
>should be read and considered. But apache keeps on ignoring it.
>Any suggestions?
>Marcantonio
Check you access.conf file. It must contain a line like
<Directory /home/httpd/html>
AllowOverride None
</Directory>
The .htaccess file should be in the directory to protect. Remember, the
password file is related to / (ROOT) not to the dociment root !!
Igmar
--
PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
To unsubscribe: mail [EMAIL PROTECTED] with
"unsubscribe" as the Subject.