views:

2

answers:

0

I have a directory (ie /my_directory) with a .htaccess in it:

Options -Indexes
IndexIgnore *

However I have a child directory (ie /my_directory/DESIGNS) and I want to be able to enable auto indexing in the DESIGNS directory, however all the documentation I've read doesn't seem to cover re-enabling ignored files. I can re-enable the index but all the files are still ignored using:

Options +Indexes
#IndexIgnore ??????

Any ideas?