diff options
author | bastienwirtz <bastien.wirtz@gmail.com> | 2014-05-31 13:31:30 +0200 |
---|---|---|
committer | bastienwirtz <bastien.wirtz@gmail.com> | 2014-05-31 13:31:30 +0200 |
commit | 268c5c84174e347376a496c978989bec95bc0c74 (patch) | |
tree | c19d0512ce229d8625d01440c166e6c04d1e1c3f | |
parent | 03ddf929cc1a51d93fdb725c917790f679815d9a (diff) | |
download | Apaxy-268c5c84174e347376a496c978989bec95bc0c74.zip Apaxy-268c5c84174e347376a496c978989bec95bc0c74.tar.gz Apaxy-268c5c84174e347376a496c978989bec95bc0c74.tar.bz2 |
Add meta viewport
-rw-r--r-- | apaxy/htaccess.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apaxy/htaccess.txt b/apaxy/htaccess.txt index 37111a2..4b72693 100644 --- a/apaxy/htaccess.txt +++ b/apaxy/htaccess.txt @@ -11,6 +11,9 @@ # INDEX OPTIONS IndexOptions +Charset=UTF-8 +FancyIndexing +IgnoreCase +FoldersFirst +XHTML +HTMLTable +SuppressRules +SuppressDescription +NameWidth=* + # META VIEWPORT + IndexHeadInsert "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">" + # HIDE /theme DIRECTORY IndexIgnore .htaccess /theme |