diff --git a/apaxy/htaccess.txt b/apaxy/htaccess.txt index 646d118..2382399 100644 --- a/apaxy/htaccess.txt +++ b/apaxy/htaccess.txt @@ -19,11 +19,13 @@ Options +Indexes # index options IndexOptions +Charset=UTF-8 +FancyIndexing +FoldersFirst +HTMLTable +IconsAreLinks +IgnoreCase +NameWidth=* +SuppressDescription +SuppressRules +XHTML -# meta viewport -IndexHeadInsert "" +# favicon & meta viewport +IndexHeadInsert "\ + \ + " -# hide ".htaccess" file, "favicon.ico" file and "/theme" directory -IndexIgnore .htaccess favicon.ico /theme +# hide ".htaccess" file and "/theme" directory +IndexIgnore .htaccess /theme # diff --git a/apaxy/favicon.ico b/apaxy/theme/favicon.ico similarity index 100% rename from apaxy/favicon.ico rename to apaxy/theme/favicon.ico