Apply a backup/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 backup/fallback redirect if nothing matches in bulk redirect list

What steps have you taken to resolve 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 if there are no matches in the list to redirect anything else related to that domain to a generic home page address. Is there a way to do it?

If you are on a paid plan, you can use a Snippet to do the final redirect as those execute after bulk redirects…

If not, a Worker to catch any requests that fall through can do the redirect.

2 Likes

Thanks for the advise.

This topic was automatically closed after 15 days. New replies are no longer allowed.