Synopsis: .htaccess files are ignored by Apache on Solaris 2.3 machine

State-Changed-From-To: open-feedback
State-Changed-By: pcs
State-Changed-When: Thu May 15 14:37:43 PDT 1997
State-Changed-Why:
Have you checked your error_log file after a request 
which ignored your .htaccess? It will probably tell you 
that the AllowOverride directive is not allow here. Remove 
the AllowOverride and try it again (AllowOverride is 
valid inside <Directory> sections, but NOT in .htaccess). 
 
If your .htaccess file is being ignored, it might be 
because you have AllowOverride None in a <Directory> entry 
in access.conf for the same directory, or a parent 
directory. 

Reply via email to