forked from extern/egroupware
* CalDAV/CardDAV redirect for iOS 4.3.1+ to autodetect accounts
This commit is contained in:
parent
74ddade8a0
commit
a182e0b9cc
@ -9,6 +9,9 @@ Alias /egroupware /usr/share/egroupware
|
|||||||
# Enable ActiveSync protocol support via eSync app
|
# Enable ActiveSync protocol support via eSync app
|
||||||
Alias /Microsoft-Server-ActiveSync /usr/share/egroupware/activesync/index.php
|
Alias /Microsoft-Server-ActiveSync /usr/share/egroupware/activesync/index.php
|
||||||
|
|
||||||
|
# iOS 4.3+ calendar requires that to autodetect accounts
|
||||||
|
RedirectMatch ^(/principals/users/.*)$ /egroupware/groupdav.php$1
|
||||||
|
|
||||||
<Directory /usr/share/egroupware/>
|
<Directory /usr/share/egroupware/>
|
||||||
Options FollowSymLinks ExecCGI
|
Options FollowSymLinks ExecCGI
|
||||||
AllowOverride None
|
AllowOverride None
|
||||||
|
@ -40,3 +40,6 @@ RewriteBase /
|
|||||||
RewriteRule ^.well-known/(caldav|carddav)$ /egroupware/groupdav.php/ [R]
|
RewriteRule ^.well-known/(caldav|carddav)$ /egroupware/groupdav.php/ [R]
|
||||||
RewriteCond %{REQUEST_METHOD} ^(PROPFIND|OPTIONS)$
|
RewriteCond %{REQUEST_METHOD} ^(PROPFIND|OPTIONS)$
|
||||||
RewriteRule ^/$ /egroupware/groupdav.php/ [R]
|
RewriteRule ^/$ /egroupware/groupdav.php/ [R]
|
||||||
|
|
||||||
|
# iOS 4.3+ calendar requires that to autodetect accounts
|
||||||
|
RewriteRule ^(/principals/users/.*)$ /egroupware/groupdav.php$1 [R]
|
||||||
|
Loading…
Reference in New Issue
Block a user