Redirects with wildcards #36401
-
Hi I have a number of redirects from an old php site where the incoming url has a dynamic pattern that I want to redirect. /Bill-Jones There's an unknown number of options that are incoming after the /Bill-Jones that aren't on the new site I want to make next redirect all urls starting with /Bill-Jones to /artists/bill-jones What I can't work out is how to do a wildcard on the incoming url for the redirect. I've tried this from the docs but to no avail
All help appreciated |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hi. Please, try the following code:
|
Beta Was this translation helpful? Give feedback.
-
@vadymshymko consider this situation here i need the wildcard field for the destination so it should to redirect like |
Beta Was this translation helpful? Give feedback.
Hi. Please, try the following code: