.htaccess File Options -Indexes on Subdirectories

Viewed 114294

I have the following .htaccess line, simple no indexes on root.

Options -Indexes

What do we add so it propagates to any sub directory instead of having to create one file for each? One .htaccess on root only.

2 Answers
Related