I get a 500 error when I access the Drupal install:
Code: Select all
[Thu Sep 17 12:34:27 2009] [alert] [client 192.168.1.103] /var/www/sites/testsite.com/.htaccess: Option Indexes not allowed hereI have one site enabled via a2ensite it's the following:
Code: Select all
<VirtualHost *>
ServerName http://www.testsite.com
DocumentRoot /var/www/sites/testsite.com/
</VirtualHost>I have tried making sure all the AllowOverride to All restarted the servers and still no dice...urgh...
Anyone?