I'm having the same issue as this guy, but after commenting out both Options -Indexes and Options +FollowSymLinks the issue is still there. My error log also says "/.htaccess: Option Indexes not allowed here". Any other ideas?

Comments

jeffdiecks’s picture

See here:
http://httpd.apache.org/docs/1.3/howto/htaccess.html#how

you may want to file a ticket with your hosting company or if you have sufficient access yourself, you may want to check the options settings in httpd.conf and also your vhost setup

onyxorca’s picture

they're actually set at the global level so none of the options are required. so i got rid of both option lines but it's still not working.

nvisioncurtis’s picture

I'm having same issue here too.

I'm using XAMPP to run a local install. XAMPP is running correctly. I have unzipped Drupal 7 and placed into my htdocs folder. My version of MySQL and PHP should be OK.

mySQL: 5.0.51a
PHP Version 5.2.9
Apache/2.2.11 (Win32) DAV/2 mod_ssl/2.2.11 OpenSSL/0.9.8i PHP/5.2.9

As I understand it, I should get a screen right out of the box, but I never get a Drupal 7 install screen, just a error 500. My error log says something like.

[Mon Feb 27 14:23:11 2012] [alert] [client 127.0.0.1] C:/xampp/htdocs/drupal712/.htaccess: order not allowed here

UPDATE: Ok so, for me I was able to just delete the .HTACCESS file. I tried finding the offending entry but it seems any entry was being rejected. Not sure why this is not working for Drupal on my local xampp server... Works for other sites locally... obviously this would not be acceptable for a live server.