I have a directory within Drupal that I don't want Drupal to touch. I am trying to do auto indexing (file directory pages) on this directory and all subdirectories... I've tried Options +Indexes and turning off RewriteEngine but nothing seems to work.

I have a sites/default/files directory, if I try going directly to this directory I get my Drupal headers with a message that says it couldn't find this page (instead of displaying a file listing for this directory). However if I go to something like sites/default/files/someFile.html, it will work as I expect (only showing the files content, no drupal headers). I posted my question here as well: http://drupal.stackexchange.com/questions/149173/drupal-vs-options-indexes

Comments

nevets’s picture

You need either an index.html or index.php in the directory.

smerny’s picture

These are large structures and it wouldn't be practical to create index files for each directory. I should be able to use auto indexing, why isn't it working?