Hallo,
I'm trying get the
Tine20 [www.tine20.org] running in Hiawatha. The Tine20 Serve it self runs find, bad I can't get access to the CardDav/CalDav Server from an client. I have problem translating the following .htaccess entries...
RewriteEngine on
# ActiveSync
RewriteRule ^Microsoft-Server-ActiveSync index.php?frontend=activesync [E=REMOTE_USER:%{HTTP:Authorization},L,QSA]
# OpenID
RewriteRule ^users/(.*) index.php?frontend=openid&username=$1 [L,QSA]
# WebDAV / CalDAV / CardDAV
RewriteCond %{REQUEST_METHOD} !^(GET|POST)$
RewriteRule ^$ index.php?frontend=webdav [E=REMOTE_USER:%{HTTP:Authorization},L,QSA]
RewriteRule ^addressbooks index.php?frontend=webdav [E=REMOTE_USER:%{HTTP:Authorization},L,QSA]
RewriteRule ^calendars index.php?frontend=webdav [E=REMOTE_USER:%{HTTP:Authorization},L,QSA]
RewriteRule ^webdav index.php?frontend=webdav [E=REMOTE_USER:%{HTTP:Authorization},L,QSA]
RewriteRule ^principals index.php?frontend=webdav [E=REMOTE_USER:%{HTTP:Authorization},L,QSA]
RewriteRule ^remote.php index.php?frontend=webdav [E=REMOTE_USER:%{HTTP:Authorization},L,QSA]
I added the following lines, but it don't work...
URLToolkit {
ToolkitID = Tine
Match ^$ Rewrite /index.php?frontend=webdav
Match ^addressbooks Rewrite /index.php?frontend=webdav
Match ^calendars Rewrite /index.php?frontend=webdav
Match ^principals Rewrite /index.php?frontend=webdav
Match ^webdav Rewrite /index.php?frontend=webdav
Match /Microsoft-Server-ActiveSync(.*) Rewrite /index.php?frontend=activesync
}
thanks
Barde
Hiawatha version: 9.6
Operating System: Suse 13.1