View Single Post
Old December 19th, 2007, 7:10 PM   #5 (permalink)
H
after g, before i
Super #1
 
H's Avatar
 
Joined in Jul 2004
Hosted on Gojira
7,870 posts
Gave thanks: 44
Thanked 127 times
Rather than putting index.html files in, you should probably just add something to the root public folder's .htaccess:
Code:
Options -Indexes
That way you don't have to work about makes the index.html files all over the place. And they should also get the appropriate response code.
H is online now   Reply With Quote
This user thanks H for this great post!
Roxy (December 23rd, 2007)