Single Redirect Rules vs Page Rules vs Worker Routes

Hi,

I’m trying redirect all GET requests from an IP address list to my domain A to another domain B. Redirect rules looks like a good fit for what I want. I also have a bunch of Pages Rules and Worker Routes in domain A which I still want to be executed and ignore the redirect rule when a match happens. Would things just work out of the box for me after creating a redirect rule? If not, how should I set things up to achieve what I want (redirect to domain B only if the request doesn’t match any page rule or worker route and is from certain IP addresses).

It looks like Redirect Rules take precedence over Page Rules. Perhaps you can move your Page Rules to other types of rules.

1 Like

thank you! What about worker routes? How will the interaction work?

This is what I found on that topic.