disable directory listing
by Prakash[ Edit ] 2014-03-14 12:16:18
To disable a directory listing to users we need to change the .htaccess file in tha particular directory :
Options -Indexes
This will disable directory listing on that folder recursively.