[NCLUG] apache .htaccess question...

Mike Loseke mike at verinet.com
Thu Oct 17 12:10:06 MDT 2002


Thus spake Gabriel L. Somlo:
> 
> In my past experience, commenting out the following section helped:
> 
> <Directory />
>     Options FollowSymLinks
>     AllowOverride None
> </Directory>
> 
> I.e., if you set AllowOverride None for / then no matter what you do
> for any user home directories, the .htaccess files won't matter.
> Commenting out that section and restarting httpd was what did it for
> me.
> 
> Hope this helps,

 Changing it to "AllowOverride All", or some acceptable subset (check
http://httpd.apache.org for the docs), may be the more correct method.

-- 
   Mike Loseke    | Eagles may soar, but weasels
 mike at verinet.com | aren't sucked into jet engines.



More information about the NCLUG mailing list