Redirect without URL parameters
-
I want to redirect this kind of URL:
https://www.tecnomaquinaria.com/productos.php?cat=4to a WooCommerce product:
https://www.tecnomaquinaria.com/producto/torno-hurco-tm12i/but I am getting the ?cat=4 at the end of the URL:
https://www.tecnomaquinaria.com/producto/torno-hurco-tm12i/?cat=4—
A related problem is this one:
When I try to redirect:
https://www.tecnomaquinaria.com/productos.php?cat=12&mod=69to a product category:
https://www.tecnomaquinaria.com/categoria/maquinaria-convencional/tornos/It takes me to https://www.tecnomaquinaria.com/categoria/maquinaria-convencional/tornos/?cat=12&mod=69 causing a 404 error.
The page I need help with: [log in to see the link]
- The topic ‘Redirect without URL parameters’ is closed to new replies.