I would really appreciate some help about .htaccess rewrite for query string for multiple pages.
The original page is /products.php?q=anything&type=cat
- anything is dynamic value
- cat is static value
And I would like to know how can I rewrite above url to /category/anything/page.html
I try to find a solution from several online sources but it seems after I place a rewrite rule, it return to products.php each time.
Thank you