diff options
Diffstat (limited to '')
-rw-r--r-- | storage-backend/files/.htaccess | 5 |
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> |