diff --git a/html/.htaccess b/html/.htaccess
index 284cb25..5588856 100755
--- a/html/.htaccess
+++ b/html/.htaccess
@@ -3,10 +3,14 @@
# Useful only for Apache servers, with AllowOverride All
# (ie, .htaccess files enabled)
+# Allow HTTP headers with Apache/FastCGI
+# See http://code.google.com/p/sabredav/wiki/Authentication#Apache_+_(Fast)CGI
+
- RewriteEngine Off
+ RewriteEngine On
+ RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
ExpiresActive Off
-
\ No newline at end of file
+