mirror of
https://github.com/oupala/apaxy.git
synced 2025-08-08 14:17:02 +02:00
feat: prevent from suppressing HTML preamble
Improve .htaccess file to prevent from suppressing HTML preamble. fix #149
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
Options +Indexes
|
||||
|
||||
# index options
|
||||
IndexOptions +Charset=UTF-8 +FancyIndexing +FoldersFirst +HTMLTable +IconsAreLinks +IgnoreCase +NameWidth=* +SuppressDescription +SuppressRules +XHTML
|
||||
IndexOptions +Charset=UTF-8 +FancyIndexing +FoldersFirst +HTMLTable +IconsAreLinks +IgnoreCase +NameWidth=* +SuppressDescription +SuppressRules +XHTML -SuppressHTMLPreamble
|
||||
|
||||
# favicon & meta viewport
|
||||
IndexHeadInsert "\
|
||||
|
Reference in New Issue
Block a user