1
0
mirror of https://github.com/oupala/apaxy.git synced 2025-08-30 20:20:16 +02:00

Update htaccess.txt

Added `+IconsAreLinks` as per https://github.com/AdamWhitcroft/Apaxy/issues/20
This commit is contained in:
Adam Whitcroft
2014-06-23 11:17:46 +01:00
parent fed372fbff
commit 201c603f02

View File

@@ -9,7 +9,7 @@
Options +Indexes
# INDEX OPTIONS
IndexOptions +Charset=UTF-8 +FancyIndexing +IgnoreCase +FoldersFirst +XHTML +HTMLTable +SuppressRules +SuppressDescription +NameWidth=*
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\">"