UrlToolkit {
ToolkitID = rule
RequestURI exists Return
Match /(.*)\?(.*) /index.php?path=$1&$2
Match /(.*) /index.php?path=$1
}
UrlToolkit {
ToolkitID = jCore
RequestURI exists Return
Match /(.*)\?(.*) Rewrite /index.php?path=$1&$2
Match /(.*) Rewrite /index.php?path=$1
}