301 Redirect wildcard

I set up a 301 redirect from my old shopify domain URL to the new shopify URL and it only works for the homepage. how do I set it up as a wildcard so that any url will get to the new website?

Match: *example.com/* will match anything visitors at the old site.

If the new site has all the same paths and URLs, then the forward should go to https://newplace.com/$2 (the $2 will forward the path from the second * in the Match)

2 Likes

Thanks a million! That was the trick and fixed my problem perfectly. :smiley:

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.