Apache: Disable view of directory contents
In configuration file httpd.conf, replace the "Indexes" keyword with "-Indexes".The access to the specific directories that you change it, will be forbidden.For example:<Directory "${path}/www"> # # Possible values for the…