From 130f3a1c5a99a45d30fbf58ec6de52b86f2a0c9a Mon Sep 17 00:00:00 2001 From: Adam Whitcroft Date: Wed, 27 May 2015 10:12:21 +0100 Subject: [PATCH] Fix based on Pull Request #34 https://github.com/AdamWhitcroft/Apaxy/pull/34 --- apaxy/htaccess.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apaxy/htaccess.txt b/apaxy/htaccess.txt index 275cdf0..0a958fd 100644 --- a/apaxy/htaccess.txt +++ b/apaxy/htaccess.txt @@ -11,8 +11,8 @@ # INDEX OPTIONS IndexOptions +Charset=UTF-8 +FancyIndexing +IgnoreCase +FoldersFirst +XHTML +HTMLTable +SuppressRules +SuppressDescription +NameWidth=* +IconsAreLinks - # META VIEWPORT - IndexHeadInsert "" + # META VIEWPORT + IndexHeadInsert "" # HIDE /theme DIRECTORY IndexIgnore .htaccess /theme @@ -26,7 +26,7 @@ # If your directory is http://mywebsite.com/share/ # you would change to: # -# AddIcon /share/{FOLDERNAME}/theme/icons/blank.png ^^BLANKICON^^ +# AddIcon /share/theme/icons/blank.png ^^BLANKICON^^ # AddIcon /{FOLDERNAME}/theme/icons/blank.png ^^BLANKICON^^