Der Linke Setzer: httpd.conf & AllowOverride

Beitrag lesen

Options Indexes -FollowSymLinks +Includes MultiViews
Diese Zeile macht keinen Sinn. Entweder Du legst direkt
eine Reihe von Optionen fest, indem Du kein +/- vor die
Woerter schreibst. Oder Du schaltest einzelne Optionen
mit +/- relativ zu den vorher gueltigen Optionen ein
oder aus. Aber so einen Mischmasch da gibt's nicht.

<cite>Normally, if multiple Options could apply to a directory, then the most specific one is taken complete; the options are not merged. However if all the options on the Options directive are preceded by a + or - symbol, the options are merged. Any options preceded by a + are added to the options currently in force, and any options preceded by a - are removed from the options currently in force.</cite>

(http://httpd.apache.org/docs/mod/core.html#options)