diff --git a/conf/zpush/backend_caldav.php b/conf/zpush/backend_caldav.php index 4170fed4..45fb03fa 100644 --- a/conf/zpush/backend_caldav.php +++ b/conf/zpush/backend_caldav.php @@ -52,7 +52,7 @@ define('CALDAV_SERVER', 'https://localhost'); define('CALDAV_PORT', '443'); // Path -define('CALDAV_PATH', '/remote.php/caldav/calendars/%u/'); +define('CALDAV_PATH', '/owncloud/remote.php/caldav/calendars/%u/'); // Personal CalDAV folder (calendar folder/principal) define('CALDAV_PERSONAL', ''); diff --git a/conf/zpush/backend_carddav.php b/conf/zpush/backend_carddav.php index 0e91f2a6..206fcc5d 100644 --- a/conf/zpush/backend_carddav.php +++ b/conf/zpush/backend_carddav.php @@ -71,7 +71,7 @@ define('CARDDAV_PATH', '/remote.php/carddav/addressbooks/%u/'); // %u: replaced with the username // %d: replaced with the domain // Add the trailing / -define('CARDDAV_DEFAULT_PATH', '/remote.php/carddav/addressbooks/%u/contacts/'); +define('CARDDAV_DEFAULT_PATH', '/owncloud/remote.php/carddav/addressbooks/%u/contacts/'); // Server path to the GAL addressbook. This addressbook is readonly and searchable by the user, but it will NOT be synced. // If you don't want GAL, comment it