aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--storage-backend/files/.htaccess3
1 files changed, 3 insertions, 0 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
+<Files *>
+ SetHandler default-handler
+</Files>