need to rewrite PROPFIND and OPTIONS requests for iPhone OS4.1+

This commit is contained in:
Ralf Becker 2010-10-19 13:42:06 +00:00
parent 31961bddb7
commit 1d06863b46

View File

@ -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/