Hallo Jan,

Du schreibst:

> # DocumentRoot "C:/apache/htdocs"
> DocumentRoot "C:/internet/webpages"
> #
> # Each directory to which Apache has access, can be configured with
respect
> # to which services and features are allowed and/or disabled in that
> # directory (and its subdirectories).
> #
> # First, we configure the "default" to be a very restrictive set of
> # permissions.
> #
> <Directory "c:/internet/webpages">
>     Options All
> #    AllowOverride none
> </Directory>

Wie schaut es aus, wenn Du die erste Directory-Anweisung in der
httpd.conf-Datei wie folgt �nderst:

<Directory />
    Options FollowSymLinks
    AllowOverride None
</Directory>

Danach kommt dann der zweite Directory-Abschnitt mit dem
DocumentRoot-Verzeichnis.

Gru�
 Marcus Reimann
 M. Reimann Systemberatung
 http://www.reimann-systemberatung.de



--------------------------------------------------------------------------
                Apache HTTP Server Mailing List "users-de" 
      unsubscribe-Anfragen an [EMAIL PROTECTED]
           sonstige Anfragen an [EMAIL PROTECTED]
--------------------------------------------------------------------------

Antwort per Email an