Options +Indexes
# forbid access to the entire filesystem by default
<Directory />
Options None
[COLOR="Red"] AllowOverride Options
# AllowOverride None[/COLOR]
Order deny,allow
Deny from all
</Directory>
# use .htaccess files for overriding,
AccessFileName .htaccess
# and never show them
<Files ~ "^\.ht">
Order allow,deny
Deny from all
</Files>
[Sat Sep 16 19:08:30 2006] [error] [client 81.49.222.40] Directory index forbidden by Options directive: /srv/www/htdocs/tmp/
Wahrscheinlich wird AllowOverride noch mal woanders gesetzt.Dann habe ich in der httpd.conf des apache diesen Eintrag geändert:
We use essential cookies to make this site work, and optional cookies to enhance your experience.