Don't Back Down

Posted by Chad Everett on January 12, 2006

Preventing Directory Listings »

It is a good idea, for security reasons, to prevent visitors to your site from seeing the files in any given directory. While this will not prevent users from accessing the files, it will keep them from knowing what files are there, which does help to some degree. It's easy to implement such a feature using the .htaccess file.

Read "Preventing Directory Listings" »