Need to apply a fallback redirect if nothing matches in bulk redirect list

What is the name of the domain?

What is the issue you’re encountering

Apply a fallback redirect if nothing matches in bulk redirect list

What are the steps to reproduce the issue?

Since bulk redirect rules run last on an account level, any other redirect rule to catch-all possible urls in the domain level will run first and it will never reach the bulk redirects list. What I am trying to achieve, is deploy a bulk redirect list and bulk redirect rule, and if there are no matches to redirect anything else related to that domain to a generic home page address. Is there a way to do it?

You can deploy a catchall redirect using Snippets since they are executed after Bulk Redirects: Redirect from one domain to another · Cloudflare Rules docs.

2 Likes

Thanks for the advise. I will try it.