From f1fd374a6f078031e231c89c9fb8ca4b33feba20 Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Thu, 13 Oct 2011 16:31:01 +0200 Subject: webdav workaround for apache+php-cgi --- .htaccess | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.htaccess') diff --git a/.htaccess b/.htaccess index 8763a8bcde5..dd49442e371 100644 --- a/.htaccess +++ b/.htaccess @@ -5,4 +5,8 @@ php_value post_max_size 512M php_value memory_limit 128M SetEnv htaccessWorking true + +RewriteEngine on +RewriteRule .* - [env=HTTP_AUTHORIZATION:%{HTTP:Authorization},last] + Options -Indexes -- cgit v1.2.3