Custom Indexing Using .htaccessI spent waaay too much time on this today, considering I've already crossed this bridge years ago. This time I'm going to document the fruits of my labour.
Here is what my .htaccess file looks like:
Options Indexes
IndexOptions +IgnoreCase +SuppressDescription NameWidth=* +SuppressHTMLPreamble SuppressIcon
HeaderName .header.shtml
ReadmeName .footer.shtml
(I've put a copy of all 3 files into my "~ Design Studio" file).