| .htaccess file listing problem Hey,
I want to be able to allow file listings for a couple of directories. I used the following:
Options +Indexes
<Files .htaccess>
order allow,deny
deny from all
</Files>
in a .htaccess for the appropriate folder, which I have used before no problem. However, this time round it displays the index, but no files! Am I doing something really dumb? Help!
Cheers,
paul |