Hi,
I just upgraded to a new server from 12.0.18 to 12.5 (PHP 5.5.9 by OS vendor as fastCGI).
Horde seems to run properly and all mails are migrated properly.
I tried to activate Active Sync according to the instructions given and added these lines to my http /https config:
Horde Active Sync does not work
I just upgraded to a new server from 12.0.18 to 12.5 (PHP 5.5.9 by OS vendor as fastCGI).
Horde seems to run properly and all mails are migrated properly.
I tried to activate Active Sync according to the instructions given and added these lines to my http /https config:
Code:
# Enable ActiveSync <Directory /usr/share/psa-horde> Order allow,deny Allow from all </Directory> RewriteEngine On RewriteRule ^/Microsoft-Server-ActiveSync /usr/share/psa-horde/rpc.php [L,QSA] Alias...