The url looks like this. The reason I’m trying with the * in the middle is the number after the res path will change always. So I need a url rewrite which works each time since we dont know the random number
@ram1 I just realized when answering another question that what you want is the documentation as Placeholders here:
As it says:
Splats
An asterisk indicates a splat that will match anything that follows it.
Placeholders
A placeholder either matches a path segment from one / to the next / or matches a final path segment including a file extension but excluding a query string.
So you should be able to do something along the lines of: