
Disable directory browsing in apache
You can disable directory browsing at several levels like everything else. In order to do that: Edit either the http.conf or a specific .conf file or the .htaccess file. If exists, look for “Option Indexes” Replace it or create a new line with “Options -Indexes”