UrlToolkit for the Hiawatha Server allows ZM API to work

Forum for questions and support relating to the 1.30.x releases only.
Locked
rockedge
Posts: 1173
Joined: Fri Apr 04, 2014 1:46 pm
Location: Connecticut,USA

UrlToolkit for the Hiawatha Server allows ZM API to work

Post by rockedge »

installed ZM 1.30.2 on Puppy Linux Tahr 6.0.6 (Ubuntu 14.04) using a Hiawatha v10.5 server rather then Apache.
For the API to work use this URLToolkit to perform the URL rewrites needed.

Code: Select all

UrlToolkit {
  ToolkitID = api_rule
  Match ^/zm/api Rewrite  /zm/api/app/webroot/index.php$1
}
ZmNinja tested and runs successfully with ZM 1.30.2 using Hiawatha 10.5
Locked