Disable Directory Listing in Apache Web Server
Last Updated on Friday, 11 February 2011 08:47 Written by A.Jesin Sunday, 22 August 2010 10:22
Tutorial to disable directory listing in Apache Web Server using .htaccess file and Options directive. Securing your web server is very important that the security of other computers on the network, because you can make other computers invisible on the internet using the “stealth mode” feature available on many firewalls. But the same cannot be done on the web server as it is meant for the complete public access. And the “public” might include beginner level users trying to curiously explore every nook and corner of you website and advanced hackers intentionally trying to find vulnerabilities on your website. And directory listing can be a boon for such people to start looking for juicy information. Read More…
