Need to redirect everything after /products/
-
I need to redirect bunch of products to a home page url on the site.
https://mysite.com/products/product-1/
https://mysite.com/products/product-2/
https://mysite.com/products/product-3/all the subpages under /products/ need to be redirected to homepage.
I tried to setup a redirect by entering
/products/.*
tohttps://mysite.com
but it fails, does not redirect.
I enabled the regex as per documentation. It is not working. When I refresh the page that supposed to be redirected, it stays where it is. No errors, no 404s.Not sure what I’m missing here, I though I read the documentation well.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Need to redirect everything after /products/’ is closed to new replies.