Hide directory listing


Right, suppose you have a directory without the standard index.html or whatever in, such as an images folder, and you want to hide the Apache directory listing where all files are displayed, then put the following into a .htaccess in the folder. This will disable the listing and just tell the user they dont have access (although they can access files if they know the filename!)

Code
Options -Indexes
Mike's Avatar
Author:
Views:
1,580
Rating:
There are currently no comments for this tutorial, login or register to leave one.