Recently, I’ve registered the maexed.com
domain on Cloudflare.
Seems to be working just fine, with the exception that I can’t redirect visitors from the main domain to www.maexed.com
(where my google site is) without cutting off the traffic to my iCloud mailserver.
So whenever someone tries to punch in my address, they only get the error 404, because they haven’t put the subdomain along with it.
But if I create a page rule, not only do I get Error 1004, but also I would cut off any connection form or to my mail address.
Has anyone got an idea, how I can resolve this?
I see www.maexed.com
is a CNAME
to google.
Cloudflare services only work on records that are proxied. Currently there are no records for maexed.com
.
To redirect maexed.com
create an AAAA
record with the value 100::
so you can use Redirects as per this documentation
Wait, how do I do that?
I have literally no experience whatsoever…
In addition to the resources already provided, the first example in this reference topic should help.
As indicated earlier by @anon9246926, you will need to create a proxied AAAA record for
maexed.com
that contains the special discard prefix address 100::
. That will cause Cloudflare to publish the appropriate records to get visitors to the Cloudflare proxy where the redirect will then be applied.
This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.