How to block folder from listing
Block your web folders from listing files and folders.
.htaccess
Add this line to the .htaccess file inside the folder you want to block and beyond.
Options -Indexes
Related PostsIf you liked How to block folder from listing; the posts below might interest you too:
|




August 24, 2010
10:52
How simple can be. Thanks a lot buddy!