Hi. I want to forward one domain www.ScannerSociety.com to a page on another domain. Both are using Cloudflare. I changed the DNS settings on Scanner because it used to have a website on it so I’m not sure if the problem is the page rules aren’t set up right for forwarding or if I messed up the DNS.
Any help would be appreciated.
Thanks,
Cordelia
Why Wait
Don’t wait for an answer, find it fast! Search for #CommunityTip error
:
Example: #CommunityTip 521
Test Before You Post
Unsure of the issue? Test before posting using the Cloudflare Diagnostic Center: https://www.cloudflare.com/diagnostic-center/
fritex
June 21, 2021, 11:31am
2
I believe you could achieve this using Cloudflare Page Rules.
Here are some helpful articles to check:
This tutorial covers redirecting one domain to another. For this, we will be redirecting domainA.com to domainB.com.
The following settings need to be configured under the domain you are redirecting from, in this example, this is domainA.com
Step 1, The DNS Record:
The first thing you will need is a DNS record for @, www and any other subdomains you want to redirect, set to . This can point to any IP address as the redirection page rule will execute first. I would recommend pointing…
The basic page rule
If we have a page rule set to match:
example.com
It will match both http://example.com and https://example.com. You do not need to specify http:// or https:// to match in the page rule, unless you want to limit it to only trigger on that protocol. You do not need a wildcard (*) to match both http and https.
Wildcards
In page rules, the asterisk (*) can be used as a wildcard, for instance, if we have a page rule set to match:
example.com/a*z
It will match example.com/a…
2 Likes
system
Closed
June 24, 2021, 11:31am
3
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.