Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Jeff,

    You could try these two regex redirects:

    Regex [x]
    source: ^/2[2-9]$
    target: /mind-and-body/

    Regex [x]
    source: ^/[3-4][0-9]$
    target: /mind-and-body/

    You could use just the second one if pages /20 and /21 do not exist, in which case you would change the first set from [3-4] to [2-4].

    More on regular expressions here and here.

    Thread Starter jeffreyls

    (@jeffreyls)

    Big thanks, I’ll give it a go.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Group redirects’ is closed to new replies.