From 99b66618567a73c6de0faa65594566d422844390 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Thu, 21 Oct 2010 16:07:36 +0000 Subject: [PATCH] documented latest Apple Mac or iPhone autodetection findings for iCal and/or contact app --- groupdav.htaccess | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/groupdav.htaccess b/groupdav.htaccess index aa1bbd2a60..cbec4e6e08 100755 --- a/groupdav.htaccess +++ b/groupdav.htaccess @@ -1,4 +1,4 @@ -# EGroupware CalDav or CardDAV support +# EGroupware CalDav or CardDAV support for Apple apps (incl. iPhone) # # $Id$ # @@ -12,8 +12,22 @@ # 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/OPTIONS redirect from -# the top of EGroupware's index.php into your index.php in the docroot. +# iCal app does NOT allow multiple redirects, therefore it must be redirected +# directly to groupdav.php/ eg. by the following index.php in the docroot: +# +#