Page 1 of 1

Bludit & Hiawatha URL config

Posted: Thu Nov 26, 2015 3:13 pm
by Stalk3r
Hi all! You can use this toolkit settings with Hiawatha webserver.

Code: Select all

UrlToolkit {
        ToolkitID = bludit
        RequestURI exists Return
        Match (.*)\?(.*) Rewrite $1&$2 Continue
        Match ^/(.*) Rewrite /index.php?url=$1
}
Unfortunately it works only in main directory, not in subdirectory and i not tested it work with subdomain. :oops:

Re: Bludit & Hiawatha URL config

Posted: Fri Nov 27, 2015 12:12 am
by diego
Thanks for share!