summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Whitcroft <hello@adamwhitcroft.com>2015-05-27 10:12:21 +0100
committerAdam Whitcroft <hello@adamwhitcroft.com>2015-05-27 10:12:21 +0100
commit130f3a1c5a99a45d30fbf58ec6de52b86f2a0c9a (patch)
tree7d040b830d779c7f5bab44dc8a606f4847a94df9
parent57f395cf27eb6a985b40cf6313fe659b8c50cf9b (diff)
downloadApaxy-130f3a1c5a99a45d30fbf58ec6de52b86f2a0c9a.zip
Apaxy-130f3a1c5a99a45d30fbf58ec6de52b86f2a0c9a.tar.gz
Apaxy-130f3a1c5a99a45d30fbf58ec6de52b86f2a0c9a.tar.bz2
Fix based on Pull Request #34
https://github.com/AdamWhitcroft/Apaxy/pull/34
-rw-r--r--apaxy/htaccess.txt6
1 files 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 name=\"viewport\" content=\"width=device-width, initial-scale=1\" />"
+ # META VIEWPORT
+ IndexHeadInsert "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" />"
# 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^^