Index: [Article Count Order] [Thread]

Date:  Tue, 17 Oct 2006 20:23:33 -0400
From:  "Ben Paxton" <benz0 (at mark) benz0.com>
Subject:  [coba-e:07599] .htaccess and RewriteEngine
To:  coba-e (at mark) bluequartz.org
Message-Id:  <f29356150610171723y79382b5fycd62ded235b910f7 (at mark) mail.gmail.com>
X-Mail-Count: 07599

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