Apache (ka wie ich das nennen soll) prob

Bleem

Gesperrt
also...

wenn ich eingebe

http://localhost/test

und in dem ordner befindet sich keine index datei zeigt er mir ne meldung an forbidden blabla
ich will die aber weg haben...
ich will das er mir dir verzeichniss struktur anzeigt

danke mfg
 
How do I turn automatic directory listings on or off?
If a client requests a URL that designates a directory and the directory does not contain a filename that matches the DirectoryIndex directive, then mod_autoindex can be configured to present a listing of the directory contents.

To turn on automatic directory indexing, find the Options directive that applies to the directory and add the Indexes keyword. For example:

<Directory /path/to/directory>
Options +Indexes
</Directory>
To turn off automatic directory indexing, remove the Indexes keyword from the appropriate Options line. To turn off directory listing for a particular subdirectory, you can use Options -Indexes. For example:

<Directory /path/to/directory>
Options -Indexes
</Directory>
 

Neue Beiträge

Zurück