cross: Apache und Options +indexes

Beitrag lesen

Hallöchen auch,

<Directory /var/www/example/htdocs/bilder>
        Options +Indexes FollowSymLinks MultiViews
        AllowOverride None
#       keine PHP-Ausführung im Bilderverzeichnis
        php_admin_flag engine Off
    </Directory>

Wäre "Options +Indexes +FollowSymLinks +MultiViews" nicht besser?

MfG
cross