Bludit & Hiawatha URL config

Post Reply
User avatar
Stalk3r
Jr. Bludit
Posts: 3
Joined: Thu Nov 26, 2015 3:02 pm

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:
Sorry for my bad english :oops:
User avatar
diego
Site Admin
Posts: 773
Joined: Sat May 16, 2015 2:53 pm
Been thanked: 1 time
Contact:

Thanks for share!
Post Reply