maeggi: .htaccess

Beitrag lesen

Das "AllowOverride All" muss in den <Directory> container.
Und auch _nur_dort_hin_

habe das jetzt so in der httpd.conf

This is here for backwards compatability reasons and to support

#  installing 3rd party modules directly via apxs2, rather than
#  through the /etc/apache2/mods-{available,enabled} mechanism.

#LoadModule mod_placeholder /usr/lib/apache2/modules/mod_placeholder.so

<Directory>
      AllowOverride All
</Directory>

aber klappen tut es nicht. zeigt mir jetzt wieder alle ordner und dateien an.

mfg maeggi