Batch redirect for multiple pages in one go

Dears,
I would like to redirect (301) a number of subpages of my website to the home page, but as these are all within the same branch of subpage, I wonder whether I can d this with one redirect rule (instead of having to specify all of them separately).
To make it clearer:
subpages to be redirected are for example:

  • company/clients/clientA
  • company/clients/clientB
  • company/clients/clientC…
    Can I set one redirect rule as for example: redirect 301 from company/clients/* to / ?

thanks and kind regards
Mark

1 Like

As far as I’m aware, RegEx is not implemented in the redirection panel

1 Like

Hi Zachary,

in the meantime I found out that using the following ‘from’ statement in the redirect: /dienst/* redirects all pages with /dienst/pagename , so for my issue, this seems to be solved. :slight_smile:
thanks for your reply and kind regards

Mark

2 Likes