aboutsummaryrefslogtreecommitdiffstats
path: root/storage-backend/files/.htaccess
diff options
context:
space:
mode:
authorroot <root@fucktheforce.de>2018-01-23 13:33:24 +0100
committerroot <root@fucktheforce.de>2018-01-23 13:33:24 +0100
commitcad4836fbc4dc3750bf973abced81277a89a3de8 (patch)
tree38ebba18eb38d16f94afd821430ced2bcf63a739 /storage-backend/files/.htaccess
parent732fc99a23364a525c428c279173abd460065488 (diff)
parentb7515c5d9c5fc3c622376818570c05a03c74fe17 (diff)
Merge branch 'master' of http://git.fucktheforce.de/cgi-bin/git/httpupload
Diffstat (limited to 'storage-backend/files/.htaccess')
-rw-r--r--storage-backend/files/.htaccess5
1 files changed, 4 insertions, 1 deletions
diff --git a/storage-backend/files/.htaccess b/storage-backend/files/.htaccess
index 45552cb..fddf64c 100644
--- a/storage-backend/files/.htaccess
+++ b/storage-backend/files/.htaccess
@@ -1 +1,4 @@
-Options -Indexes \ No newline at end of file
+Options -Indexes
+<Files *>
+ SetHandler default-handler
+</Files>