Okay before everyone just starts laughing I am running Jetbox CMS on this development server and it has similar setting in the .htaccess to Drupal. That said .htaccess Options are apparently not allowed. Not sure if its Apache, php5.1, or MySql 5, but this is the error that I got:
Code:
[Sun Oct 29 16:21:12 2006] [alert] [client 10.xx.;) .194]
/var/www/web3/web/ccs/.
htaccess: Options not allowed here
So to fix the issue:
old code of .htaccess:
Code:
Options -Indexes
Options +FollowSymLinks
changed for PHP5.1:
Code:
# Options -Indexes
# Options +FollowSymLinks
Thank you Till for pointing me in the right direction.
Recent comments
20 hours 54 min ago
21 hours 9 sec ago
1 day 1 hour ago
1 day 8 hours ago
1 day 9 hours ago
1 day 10 hours ago
1 day 14 hours ago
1 day 21 hours ago
2 days 1 hour ago
2 days 3 hours ago