I was attempting to redirect a subdomain to a different subdomain (sub.domaina to sub.domainb) and I redirected my entire domain to sub.domainb
Now whenever someone goes to my website domaina.com they get taken to sub.domainb.com
I believe I put everything back as it was, but my domain is still getting redirected to sub.domainb.com
fritex
October 23, 2021, 5:42pm
2
May I ask in this particular case, your sub-domain is proxied ( cloud)?
And did you used any of the Cloudflare Page Rules to achieve that?
Useful information about them:
Helpful tutorials:
This tutorial covers redirecting example.com to www.example.com when using Cloudflare, to do the opposite, please see Redirect www.example.com to example.com .
You should replace all instances of example.com in the screenshots with your domain.
Step 1, The DNS Record:
The first thing you will need is a DNS record for @, set to . This can point to any IP address as the redirection page rule will execute first. I would recommend pointing it to 192.0.2.1, a dummy IP.
[image]
Step 2, Th…
This tutorial covers redirecting www.example.com to example.com when using Cloudflare, to do the opposite, please see Redirect example.com to www.example.com .
You should replace all instances of example.com in the screenshots with your domain.
Step 1, The DNS Record:
The first thing you will need is a DNS record for www, set to . This can point to any IP address as the redirection page rule will execute first. I would recommend pointing it to 192.0.2.1, a dummy IP.
[image]
Step 2, …
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…
This tutorial is not about how to setup and configure your Discord server itself and it requires Page Rules. In case you did not use Page Rules before to redirect requests or want to know more about it, read this tutorial. .
Even though there’s the above mentioned tutorial, I decided to create this one especially for Discord users as this question comes up from time to time. Forwarding a subdomain to a discord invitelink is pretty easy and takes just a few minutes.
Step 1:
Create a new subdo…
Yes, the subdomain is proxied.
And I did use page rules to achieve the redirect, but I’ve since turned those off.
system
Closed
November 11, 2021, 11:03pm
5
This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.