UrlToolkit {
ToolkitID = my_rewrite
RequestURI exists Return
Match ^(.*)\?*$ Rewrite /index.php?_route_=$1
}
VirtualHost {
...
UseToolkit = my_rewrite
}
UrlToolkit {
ToolkitID = my_rewrite
RequestURI exists Return
Match ^(.*)\?(.*)$ Rewrite /index.php?_route_=$1&$2
Match ^(.*)$ Rewrite /index.php?_route_=$1
}