Apache disable directory index
When Apache Directory Index is enabled, if you browse to a url that have no index file present, you will see list of all files. This is not good for securiy as hackers can see all files present in the directory. One way to disable this directory listing is create a file with name index.html … Read more