Redirection Rules Limit
Hello, what is the limit number of redirection rules ? i saw 10 000 in enterprise plan but it seems low. we plan to have more than 50k redirection rule, is there any solution with cloudflare to manage it.
thanks for your help
2 Replies
Talking about bulk redirects? A lot of limits on Enterprise can be raised. They've stated before in their blog posts: https://blog.cloudflare.com/dynamic-redirect-rules/ that the hard maximum is "over 6 million", just something you'd have to talk to Sales about for Enterprise stuff.
To avoid costly Enterprise costs, you may also considers Workers with KV. One KV entry per redirect (have it be the url or something else), with the value being the target. Workers is super fast, and KV is too. Way cheaper then Enterprise, there's a few code examples out there like: https://github.com/Erisa/worker-links
thanks for answer