1038Turing on Directory View in Apache

Situation

Your directory on your Apache Server does not have an index.html and creates a 404 when visited. But there are files in the directory, that should be displayed.

Solution

Create a .htaccess file and add the following line:

Options +Indexes

This only works, if AllowOverride Options is set to true in your Apache Settings.

122Apache Icon Folder

file:///usr/share/httpd/icons/