문제

I am trying to configure Baikal calDAV server to sync contacts on my IPhone/IPad.

But so far I did not succeeded in doing that. Every time it tells me that the settings were not verified.

I tried configuring:

http://mydomain:12026/cal.php in the phone but nothing worked. Is this the correct way?

The settings work in google rest console plugin.

도움이 되었습니까?

해결책

After careful consideration and try and fail/success scenarios, I concluded that:

  1. http://mydomain:12026/cal.php

    url should be redirected to http://mydomain:12026/

  2. Usually the above move can be done with a .htaccess file with:

RewriteEngine on
RewriteRule ^ cal.php [L]

This will redirect all traffic and cripple your admin/index.php page from baikal.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top