1101
policy
resource_error
ai_generated
true
错误 1101:您的计划中的页面规则过多。您有 3 条页面规则,但您的计划最多允许 3 条。
Error 1101: Too many page rules for your plan. You have 3 page rules, but your plan allows a maximum of 3.
ID: policy/cloudflare-rate-limit-api-plan-exceeded
90%修复率
92%置信度
1证据数
2023-08-20首次发现
版本兼容性
| 版本 | 状态 | 引入 | 弃用 | 备注 |
|---|---|---|---|---|
| Cloudflare API v4 | active | — | — | — |
| Cloudflare Dashboard 2024 | active | — | — | — |
根因分析
Cloudflare 免费计划将页面规则限制为 3 条;尝试添加第 4 条会触发此错误。
English
Cloudflare free plan limits page rules to 3; attempting to add a 4th triggers this error.
官方文档
https://developers.cloudflare.com/support/errors/error-1101-too-many-page-rules/解决方案
-
Upgrade to a paid Cloudflare plan (Pro or Business) that allows more page rules. Pro plan allows 20 page rules. Upgrade via Cloudflare Dashboard > Billing.
-
Consolidate multiple page rules into fewer rules using wildcards or combined conditions. For example, instead of separate rules for '/blog/*' and '/news/*', use a single rule with pattern '/{blog,news}/*'. -
Use Cloudflare Transform Rules (available on free plan) to handle some use cases like URL rewriting, which can reduce page rule count. Create a transform rule via Dashboard > Rules > Transform Rules.
无效尝试
常见但无效的做法:
-
Delete all page rules and recreate them in a different order.
100% 失败
The limit is on the number of rules, not their order. Deleting and recreating doesn't increase the count.
-
Use Cloudflare Workers to implement the same logic and bypass page rules.
50% 失败
Workers have their own limits and pricing; they are not a direct replacement for page rules. Also, Workers may not support all page rule features like URL forwarding.
-
Wait for the limit to reset (like a rate limit).
100% 失败
This is a hard plan limit, not a rate limit. It does not reset over time.