Just curious...If I am running an Apache webserver and it is configured so that you are allowed to view directory list...and an index.html is present...is there a way to still view directory list?
Thanks
Printable View
Just curious...If I am running an Apache webserver and it is configured so that you are allowed to view directory list...and an index.html is present...is there a way to still view directory list?
Thanks
In the apache config there is a DirectoryIndex directive..
You can set or add (or remove) files to use as index..
If you have one of the files listed in DirectoryIndex in a folder, you won't be able to use the FancyIndexing directory list on that folder