Skip to content

Commit

Permalink
feat: prevent from suppressing HTML preamble
Browse files Browse the repository at this point in the history
Improve .htaccess file to prevent from suppressing HTML preamble.

fix #149
  • Loading branch information
oupala committed Sep 15, 2021
1 parent 6a20863 commit bbe754b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apaxy/htaccess.txt
Expand Up @@ -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 "\
Expand Down

0 comments on commit bbe754b

Please sign in to comment.