Having trouble generating the expression to match based upon a number
What are the steps to reproduce the issue?
I’m trying to create a rule so that a request coming in to https://example1.com/[number] is redirected to https://example2.com/thipath/[number] but I don’t seem to be able to get a Redirect Rule to do this.
The best I can do is a Page Rule, but that matches anything as the URI, as opposed to just if the URI only contains an integer.
If you have at least a Business plan, that should be easy with a regular expression. Otherwise it’s essentially impossible to implement. You could go the Worker route, but probably handle it best on the server.