Igor AfterLogic Support

Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6134
|
Posted: 18 September 2018 at 5:54am | IP Logged
|
|
|
1. In [z-push]/backend/carddav/config.php file, replace:
Code:
define('CARDDAV_PATH', '/addressbooks/%u/'); |
|
|
with:
Code:
define('CARDDAV_PATH', '/addressbooks/'); |
|
|
and replace:
Code:
define('CARDDAV_DEFAULT_PATH', '/addressbooks/%u/'); |
|
|
with:
Code:
define('CARDDAV_DEFAULT_PATH', '/addressbooks/'); |
|
|
2. In [z-push]/backend/caldav/config.php file, replace:
Code:
define('CALDAV_PATH', '/calendars/%u/'); |
|
|
with:
Code:
define('CALDAV_PATH', '/calendars/'); |
|
|
Make sure to create backup copies of those files, first.
Does it help?
--
Regards,
Igor, Afterlogic Support
|