UrlToolkit {
ToolkitID = opencart
Match ^/sitemap.xml$ Rewrite /index.php?route=feed/google_sitemap
Match ^/googlebase.xml$ Rewrite /index.php?route=feed/google_base
Match ^/system/download/.* Rewrite /index.php?route=error/not_found
RequestURI exists Return
Match \.(ico|gif|jpg|jpeg|png|js|css) Return
Match ([^?]*)(\?(.*))? Rewrite /index.php?_route_=$1&$3
}