I've recently started migrating sites to my new install of BlueQuartz
with CentOS 4 but I'm having some trouble with .htaccess files. To
start, here is the error that shows up in the error log:
Tue Oct 17 20:06:57 2006] [alert] [client xx.xx.xx.xx]
/home/.sites/143/site2/web/.htaccess: RewriteEngine not allowed here
I've set AllowOverride to All in /etc/httpd/conf/httpd.conf but that
hasn't helped. I looked through the list archives and saw someone had
added
<Directory "/home/.sites/143/site2/web/">
AllowOverride All
</Directory>
in the site2.include file, but that hasn't helped me either, and I
would rather have something that changes the setting globally rather
than for only one vsite.
Ben