Pular para o conteúdo

Manage Page Rules

Atualizado em Ver como Markdown

You can manage Page Rules in the Cloudflare dashboard or via API.

Create a page rule

To create a page rule in the dashboard:

  1. In the Cloudflare dashboard, go to the Page Rules page.

    Go to Page Rules ↗
  2. Select Create Page Rule.

  3. For URL, enter the URL or URL pattern that should match the rule (more details about wildcard matching).

  4. For Pick a Setting, select a Cloudflare setting to adjust. If desired, select Add a Setting to adjust multiple Cloudflare settings with the same rule.

  5. In the Order dropdown, specify the desired order: First, Last or Custom.

  6. To save and deploy your rule, select Save and Deploy Page Rule. If you are not ready to deploy your rule, select Save as Draft.

    If you are matching a hostname in your rule expression, you may be prompted to create a proxied DNS record for that hostname. Refer to Troubleshooting for more information.

For ideas about what rules you can create, refer to Recommended page rules.

To create a page rule using the API, send a POST request.

You may also want to review the documentation on wildcard matching, available settings, and recommended rules.

Edit a page rule

To edit a page rule in the dashboard:

  1. In the Cloudflare dashboard, go to the Page Rules page.

    Go to Page Rules ↗
  2. For a specific rule:

    • To enable or disable the rule, select the on/off toggle.
    • To modify the URL pattern, settings, and order, select Edit (wrench icon). Then, enter the information you want to change.

To update one or more fields using the API, send a PATCH request.

To entirely replace the configuration of a page rule, send a PUT request.

Delete a page rule

To delete a page rule in the dashboard:

  1. In the Cloudflare dashboard, go to the Page Rules page.

    Go to Page Rules ↗
  2. For a specific rule, select X. Then, select Delete.

To delete a page rule using the API, send a DELETE request.