Author |
|
O29dKDlsaD Newbie
Joined: 06 February 2014
Online Status: Offline Posts: 2
|
Posted: 06 February 2014 at 11:26am | IP Logged
|
|
|
Hi there,
i've setup WebMail Pro trial on my webhoster.
All is working without errors.
I've tried to setup CalDAV/CardDAV on my iPhone (actual iOS 7) by visiting the Webmail-Page and installed the profile.
The Card/CalDAV-Accounts are displayed under Accounts on iPhone, but if i open calendar or contacts, there elements in my calendar/contacts are not displayed.
On calendar, if i list the available calendars, there's only one - the one from an exchange-account.
Under contacts, i've in the upper left corner only a symbol to refresh - i think, if there where more available contactgroups, there should be a button "Groups".
I've added my CalDAV-Calendar in thunderbird lightning - the calendar is correctly connected and display some test-events without errors.
Has someone an idea, why the contacts/calendars are not displayed on my iPhone? I've closed the calendar/contacts-App and rebootet the phone without success :/
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 07 February 2014 at 12:45am | IP Logged
|
|
|
As far as we can tell, you need to reconfigure your webserver to make this work: a separate virtual host is needed for DAV server, with a dedicated subdomain or port assigned to it. It used to work without that for iOS 6, but with iOS 7 it doesn't anymore. You can find more information on DAV server setup here.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
O29dKDlsaD Newbie
Joined: 06 February 2014
Online Status: Offline Posts: 2
|
Posted: 07 February 2014 at 9:04am | IP Logged
|
|
|
Hi,
i've no dedicated Webserver; i've running WebMail Pro on my ISP's webspace.
There, i've the option to create subdomains, pointing to a folder on my webspace (dav.domain.com -> /web/domain.com/webmail/dav).
I've done so, and changed the DAV-URL in the adminpanel.
If i open dav.domain.com, it redirects to dav.domain.com/dav.php/. Firefox stops loading with the error, that the website would redirects endless.
So it seems not to be the right solution. Any ideas? :/
|
Back to Top |
|
|
Mev Newbie
Joined: 20 September 2012
Online Status: Offline Posts: 5
|
Posted: 18 February 2014 at 5:35am | IP Logged
|
|
|
Hi
I had similar problems to you trying to get this to work but have managed it now.
You have the subdomain set up correctly but you also need the following setting up in your httpd.include file for dav.domain.com:
DocumentRoot /web/domain.com/webmail/dav/
RewriteEngine On
RewriteRule ^/(.*)$ /server.php
If you don't have full access to the server there might be an option on the control panel to add additional Apache directives and you can put the above code in there
|
Back to Top |
|
|
Mev Newbie
Joined: 20 September 2012
Online Status: Offline Posts: 5
|
Posted: 18 February 2014 at 5:38am | IP Logged
|
|
|
that should be [ L ] without the spaces, not
|
Back to Top |
|
|