From 1d06863b469e01639bc8b15ae7cf31698ddf2be8 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Tue, 19 Oct 2010 13:42:06 +0000 Subject: [PATCH] need to rewrite PROPFIND and OPTIONS requests for iPhone OS4.1+ --- groupdav.htaccess | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/groupdav.htaccess b/groupdav.htaccess index a1859c0f9a..59d5c7e3bf 100755 --- a/groupdav.htaccess +++ b/groupdav.htaccess @@ -12,7 +12,7 @@ # will archive the same thing, as it redirects PROPFIND or OPTION # requests to groupdav.php/ (many have such a redirect already in place). # -# An other alternativ is to copy the PROPFIND/OPTION redirect from +# An other alternativ is to copy the PROPFIND/OPTIONS redirect from # the top of EGroupware's index.php into your index.php in the docroot. # # Please note: @@ -24,5 +24,5 @@ RewriteEngine On RewriteBase / RewriteRule ^.well-known/(caldav|carddav)$ /egroupware/groupdav.php/ [R] -RewriteCond %{REQUEST_METHOD} ^PROPFIND$ +RewriteCond %{REQUEST_METHOD} ^(PROPFIND|OPTIONS)$ RewriteRule ^/$ /egroupware/groupdav.php/