Add a file called .htaccess to the directory that contains the following:
IndexIgnore *
The * is a wildcard that matches all files. E.g. You could use *.jpg to hide only the JPG files (with a .jpg extension). The list of files to ignore should be space seperated.
Last modified: 07/05/2006 (most likely earlier as a site migration in 2006 reset some dates) Tags: (none)

