Hi,
I recently moved an OpenCart from Apache server to LiteSpeed.
Some rewrite rules are not working anymore:
https://speedtest.vet/ https://vidmate.bid/
RewriteRule ^([^?]*)$ index.php?_route_=$1 [QSA]
RewriteRule ^([^?]*)/promo index.php?_route_=$1&filter=promo [QSA]
I also need to work query like "category/product" on first rule.
Thank you.
I recently moved an OpenCart from Apache server to LiteSpeed.
Some rewrite rules are not working anymore:
https://speedtest.vet/ https://vidmate.bid/
RewriteRule ^([^?]*)$ index.php?_route_=$1 [QSA]
RewriteRule ^([^?]*)/promo index.php?_route_=$1&filter=promo [QSA]
I also need to work query like "category/product" on first rule.
Thank you.
Last edited: