Forum

Tine 2.0 ActiveSync Rewrite

Tine 2.0 ActiveSync Rewrite
17 March 2013, 15:59
Hello Hugo,

I'm trying to use ActiveSync via Tine, but I need a ReWrite-Rule to do this. For Apache, IIS and lighttpd are solutions, I need one for Hiawatha

For Apache looks like:
RewriteRule /Microsoft-Server-ActiveSync(.*) /path/to/your/tine20_installation/index.php$1 [E=REDIRECT_ACTIVESYNC:true,E=REMOTE_USER:%{HTTP:Authorization}]

http://www.tine20.org/wiki/index.php/Admins/Synchronisation

How can I implement this in Hiawatha respectively what is the right Rulesyntax in Hiawatha?

Hiawatha version: 8.8.1
Operating System: Windows
Hugo Leisink
17 March 2013, 16:03
I don't know what the [E=REDIRECT... stuff does, but without that is will be this:
UrlToolkit {
ToolkitID = active_sync
Match ^/Microsoft-Server-ActiveSync(.*) Rewrite /path/to/your/tine20_installation/index.php$1
}

VirtualHost {
...
UseToolkit = active_sync
EnablePathInfo = yes
}
This topic has been closed.