Saturday, November 13, 2010

disable directory browsing in Apache Web Server

While working on a website I understood that it was a "MUST" security action to disable directory browsing of the files in your website.
Thanks to this post
http://www.felipecruz.com/blog_disable-directory-listing-browsing-apache.php

remove the option "Indexes" from your apache config file and you are good to go.
Please refer the above link for more details.

No comments:

Post a Comment