Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Ehrke <georg.stefan.germany@googlemail.com>2011-10-13 23:59:16 +0400
committerGeorg Ehrke <georg.stefan.germany@googlemail.com>2011-10-13 23:59:16 +0400
commita01d10e57db1893939d0a7706fad239df537e24b (patch)
tree3649dab6d0006981225f88574b26447f9fbeac1f /.htaccess
parent4cbae823eb742fac80288c6c74acba26e0a9c5d6 (diff)
parentdb2fb38746bb9d89b402c3a768a247945d813989 (diff)
Merge branch 'master' into calendar
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess4
1 files changed, 4 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess
index ced9ae652d2..34d4c719c8d 100644
--- a/.htaccess
+++ b/.htaccess
@@ -4,4 +4,8 @@ php_value upload_max_filesize 512M
php_value post_max_size 512M
SetEnv htaccessWorking true
</IfModule>
+<IfModule !mod_php5.c>
+RewriteEngine on
+RewriteRule .* - [env=HTTP_AUTHORIZATION:%{HTTP:Authorization},last]
+</IfModule>
Options -Indexes