URL Rewrite Rules
You can manipulate the URL of a request through different operations, namely rewrites and redirects:
-
URL rewrite: A server-side operation that converts a source URL into a target URL. It occurs before a web server has fully processed a request. A rewrite is not visible to website visitors, since the URL displayed in the browser does not change. Configure URL Rewrite Rules to perform rewrites on the Cloudflare global network without reaching your web server.
-
URL redirect: A client-side operation that converts a source URL into a target URL. It occurs after the web server has loaded the initial URL. In this case, a website visitor can notice the URL changing when the redirect occurs. Refer to Redirects to learn more about configuring redirects.
Use a URL rewrite rule to return the content of a URL while displaying a different URL in the browser. You can rewrite the URI path, the query string, or both.
URL Rewrite Rules can perform static or dynamic rewrites:
- Static rewrite: Replaces a given part of a request URL (path or query string) with a static string.
- Dynamic rewrite: Supports more advanced scenarios where you use a rewrite expression to define the resulting path or query string.
Create URL Rewrite Rules in the dashboard, via Cloudflare API, or using Terraform.
When using Cloudflare Images, you can use URL Rewrite Rules to serve images from a custom path. For more information, refer to Serve images from custom domains.
When troubleshooting URL Rewrite Rules, use Cloudflare Trace to determine if a rule is triggering for a specific URL.
-
URL rewrite rules run in order, and later rules can overwrite changes done by previous rules.
-
The values of request and response fields are immutable within each phase, such as the
http_request_transformphase where URL rewrite rules are defined. This means that later URL rewrite rules will not match based on changes done by previous URL rewrite rules. Refer to Field values during rule evaluation for more information.
Was this helpful?
- Resources
- API
- New to Cloudflare?
- Directory
- Sponsorships
- Open Source
- Support
- Help Center
- System Status
- Compliance
- GDPR
- Company
- cloudflare.com
- Our team
- Careers
- © 2025 Cloudflare, Inc.
- Privacy Policy
- Terms of Use
- Report Security Issues
- Trademark
-