I am moving an old blog, which means a change in page structure. Pages that had the structure /YYYY/post-title will become /blog/post-title, e.g. this…
/2011/circuit-training-what-is-it-why-do-it/
would become this…
/blog/circuit-training-what-is-it-why-do-it/
We have a bunch of links from other sites that we want to keep working, so want to create a redirect from old-form to new.
With the old page-rules I would do:
matching url: https://www.domain.com/20*/*
forwarding url: https://www.domain.com/blog/$2
I want to use the new-style rules, which I think means a redirect-rule but I don’t know how to. Suggestions?
(Oh, and fyi, I have a pro account, which I think means I don’t have access to the regex)