1
0
mirror of https://github.com/oupala/apaxy.git synced 2025-08-18 13:31:42 +02:00

Fix based on Pull Request #34

https://github.com/AdamWhitcroft/Apaxy/pull/34
This commit is contained in:
Adam Whitcroft
2015-05-27 10:12:21 +01:00
parent 57f395cf27
commit 130f3a1c5a

View File

@@ -11,8 +11,8 @@
# INDEX OPTIONS # INDEX OPTIONS
IndexOptions +Charset=UTF-8 +FancyIndexing +IgnoreCase +FoldersFirst +XHTML +HTMLTable +SuppressRules +SuppressDescription +NameWidth=* +IconsAreLinks IndexOptions +Charset=UTF-8 +FancyIndexing +IgnoreCase +FoldersFirst +XHTML +HTMLTable +SuppressRules +SuppressDescription +NameWidth=* +IconsAreLinks
# META VIEWPORT # META VIEWPORT
IndexHeadInsert "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" />" IndexHeadInsert "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" />"
# HIDE /theme DIRECTORY # HIDE /theme DIRECTORY
IndexIgnore .htaccess /theme IndexIgnore .htaccess /theme
@@ -26,7 +26,7 @@
# If your directory is http://mywebsite.com/share/ # If your directory is http://mywebsite.com/share/
# you would change to: # 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^^ AddIcon /{FOLDERNAME}/theme/icons/blank.png ^^BLANKICON^^