mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +01:00
need to rewrite PROPFIND and OPTIONS requests for iPhone OS4.1+
This commit is contained in:
parent
31961bddb7
commit
1d06863b46
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user