If you would like to disable directory browsing then please add this to your .htaccess file. This would prevent users and bots from browsing your folders in a tree structure.
# DISABLE DIRECTORY INDEXES
Options -Indexes
If you would like to disable directory browsing then please add this to your .htaccess file. This would prevent users and bots from browsing your folders in a tree structure.
# DISABLE DIRECTORY INDEXES
Options -Indexes
Anthony Brown
Comments