Revision 11034
Added by Aaron Marcuse-Kubitza about 11 years ago
.htaccess | ||
---|---|---|
93 | 93 |
|
94 | 94 |
### mod_autoindex |
95 | 95 |
|
96 |
IndexOptions +FoldersFirst +IconsAreLinks +IgnoreCase +TrackModified +VersionSort +XHTML |
|
96 |
IndexOptions +FoldersFirst +HTMLTable +IconsAreLinks +IgnoreCase +TrackModified +VersionSort +XHTML
|
|
97 | 97 |
IndexOrderDefault Ascending Description |
98 | 98 |
|
99 | 99 |
IndexHeadInsert '<link rel="stylesheet" type="text/css" href="/main.css" />\ |
Also available in: Unified diff
bugfix: web/.htaccess: mod_autoindex: IndexOptions: use +HTMLTable to ensure that the contents are always displayed in an HTML table, even when a header file is provided with HeaderName (which turns off the default HTML table for some reason)