How to set up wildcard redirects using Redirection plugin

For New Every Threes moving from /BLOG/YYYY/MM to /BLOG

  1. Go to Tools > Redirection
  2. Set your source URL to: ^/blog/([0-9]{4})/([0-9]{2})/(?!page/)(.+)$
  3. Set your target URL to: https://THE-DOMAIN.com/blog/$3
  4. Set your group to Modified Posts
  5. Set the URL options /Regex drop-down to “regex”

For example:


For other wildcard redirects at the root-level so that any/all URls after the * also redirect:

  1. Go to Tools > Redirection
  2. Set your source URL to: ^/URL/.*
  3. Set your target URL to the new page you want the redirect to go to: https://THE-DOMAIN.com/URL
  4. Set your group to Redirections
  5. Set the URL options /Regex drop-down to “regex”:

For example:

Leave a Reply