<Directory />
Options -Indexes
</Directory><Files *>
order allow,deny
deny from all
</Files>
This should deny any files in the folder containing this .htaccess from being shown via browser, yet, after putting it in the directory and restarting Apache I was easily able to list all files and view all files in the folder.
What did I do wrong?
Thanx
Phil