Drupal and Debian install issues
Posted: Thu Sep 17, 2009 12:43 pm
I have attempted to install Drupal under my debian install (most every other CMS worked fine).
I get a 500 error when I access the Drupal install:
The IP I think is wrong, as it should be *.*.*.104 (the IP was 103 but was changed a while back after a power failure).
I have one site enabled via a2ensite it's the following:
http://www.testsite.com is mapped to 192.168.1.104 in my Windows hosts file.
I have tried making sure all the AllowOverride to All restarted the servers and still no dice...urgh...
Anyone?
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?