Hi all,
For a website A record for the root domain is pointed to 1.1.1.1.
For www A record is pointed to 2.2.2.2.
Is it possible to make a rule that would redirect domain to www.domain
cbrandt
September 12, 2023, 1:45am
4
Hi,
As long as the root domain A record is proxied by Cloudflare, yes.
Cloudflare Page Rules will soon be deprecated, as they are being replaced by a group of new Cloudflare Rules.
Redirect Rules (beta) helps you make all kinds of dynamic or static redirects.
Examples of some of the most requested Redirect Rules:
1 - Canonical redirect (naked domain to www.)
Redirect Rule details When incoming requests match
Field: Hostname
Operator: equals
Value: example.com
Then
Type: Dynamic
Expression: concat("https://www.example.com", http.request.uri.path) …
1 Like
system
Closed
September 15, 2023, 1:45am
5
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.