mirror of
https://github.com/oupala/apaxy.git
synced 2025-08-08 14:46:44 +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
|
Options +Indexes
|
||||||
|
|
||||||
# index options
|
# 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
|
# favicon & meta viewport
|
||||||
IndexHeadInsert "\
|
IndexHeadInsert "\
|
||||||
|
Reference in New Issue
Block a user