<IfModule dir_module>
DirectoryIndex index.php index.pl index.cgi index.asp index.shtml index.html index.htm \
default.php default.pl default.cgi default.asp default.shtml default.html default.htm \
home.php home.pl home.cgi home.asp home.shtml home.html home.htm
</IfModule>
If I delete all that is next to DirectoryIndex, the contents of the folder will still be displayed.
So apache has its own file behind it and that is the file I want to edit. But I don’t know where it is.
If it is possible to specify an index.php file that also applies to all subfolders,
it could also be a solution…