- If the URL matches:
*www.example.com/*
- Setting: Forwarding URL | Select status code: 301 Permanent Redirect
- Enter destination URL:
https://example.com/$2
Use Cloudflare Page Rules to improve the user experience of your domain with hardened security and enhanced site performance, while increasing reliability and minimizing bandwidth usage for your origin server.
Keep in mind that not all rules will be right for everyone, but these are some of the most popular.
Two common examples for using forwarding URLs are:
This example page rule configuration defines the root as the canonical version of your domain:
*www.example.com/*
https://example.com/$2
This example redirects visitors to a specific page with an easy to remember URL:
*www.example.com/fb*
https://www.facebook.com/username
Certain sections of a website, like the login or admin section, have different security and performance requirements than your general public-facing pages.
The following example page rule configuration performs several security and cache adjustments for requests targeting a specific path:
example.com/user*
Certain resources on your domain will likely not change often. For these resources, taking advantage of aggressive caching options can significantly reduce the load on your server and bandwidth utilization.
In the following example page rule configuration, the target is a folder that holds the majority of the image assets as well as some other types of multimedia.
example.com/sites/default/files*
The following example page rule configuration applies unique rules for critical pages that do not change very often.
example.com/terms-of-service