Level 67
You can't. You have to enter each redirect individually.
If you have a lot, I'd probably just set up a controller that works for /old-cat/ and redirect all "old post slugs" to their new location from there.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
In a site on Forge on the left hand menu there is "Redirect" option. I have successfully add full url redirect but how do I target children pages?
I have done:
From: /old-page
To: /new-page
Type: Permanent
How do I do
From: /old-cat/*(all old posts slugs)
To: /new-cat
Type: Permanent
You can't. You have to enter each redirect individually.
If you have a lot, I'd probably just set up a controller that works for /old-cat/ and redirect all "old post slugs" to their new location from there.
Please or to participate in this conversation.