.htaccess errors

Drupal needs extensive permissions in .htaccess. If you encounter an Internal Server Error by Apache and the following error in the Apache logfile:

/var/www/drupal/.htaccess: Option Indexes not allowed here

The solution is to grant Drupal every permission:

<Directory /var/www/drupal>
AllowOverride all
</Directory>

Tags: