diff options
author | Mathias Vagni <matt@thousandfive.com> | 2013-03-21 11:20:10 +0000 |
---|---|---|
committer | Mathias Vagni <matt@thousandfive.com> | 2013-03-21 11:20:10 +0000 |
commit | 0e1170d3b8e3a33853a71a257ca771f75949e04e (patch) | |
tree | 1e73791c63e355dd9bbe0813c26fefaa231ead19 | |
parent | efd507dc1d66dd82385fd226e49518d54c683d01 (diff) | |
download | Apaxy-0e1170d3b8e3a33853a71a257ca771f75949e04e.zip Apaxy-0e1170d3b8e3a33853a71a257ca771f75949e04e.tar.gz Apaxy-0e1170d3b8e3a33853a71a257ca771f75949e04e.tar.bz2 |
Added IndexOption to make sure long file names are not truncated.
-rw-r--r-- | apaxy/htaccess.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apaxy/htaccess.txt b/apaxy/htaccess.txt index 9b94fa2..4ef13be 100644 --- a/apaxy/htaccess.txt +++ b/apaxy/htaccess.txt @@ -9,7 +9,7 @@ Options +Indexes # INDEX OPTIONS - IndexOptions +FancyIndexing +IgnoreCase +FoldersFirst +XHTML +HTMLTable +SuppressRules +SuppressDescription + IndexOptions +FancyIndexing +IgnoreCase +FoldersFirst +XHTML +HTMLTable +SuppressRules +SuppressDescription +NameWidth=* # HIDE /theme DIRECTORY IndexIgnore .htaccess /theme |