skip to Main Content

Seo 301 absolute url redirects, Prestashop

I am cleaning up some old stuff and I need to do some 301 redirects. For example: I have following absolute url: http://mysite.dk/product.asp?product=371&sub=0&page=1 That i need to redirect to: http://mysite.dk/category/test I have tried with htaccess: RedirectMatch 301 /product.asp?product=371&sub=0&page=1 /category/test But…

VIEW QUESTION
Back To Top
Search