Hi, what do I have to do if I still want to use the pregiven error pages from apache like 404, etc ... but I also want to let people browse some special folders like my pictures which should look like that: I think I have to add some apache directives to each user which wants to use that... but I don't know what ... and I don't know how to define those special folders which should be able for browsing instead of giving an error 404 .. Thanks for helping Leander P.S. I allready tried to create a .htaccess in the folder wich I want to be browseable with: Code: # Datei für Verzeichnis /var/www/web7/web/Bilder Options +Indexes DirectoryIndex index.html index.htm Thanks Leander
Please try to put this in the apache directives field of the website: Code: <Directory /var/www/web7/web/Bilder> Options +Indexes </Directory>