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: +# +#