DNS to redirect my site to Cloudflare Pages.
Let's say my site is under
me.site
for example. With this current DNS record whenever I access www.me.site
I will always get connection timed out. The CF Page still works normally as expected.6 Replies
I just added another rule
@ -> same cf page
and still get 522
NS on the domain name provider did get set correctly.All these are just records of
my.site
, with the last 2 imported from the DNP and the last one changed according to CFYou need to go to the Pages project settings and add an entry under Custom Domains
a CNAME alone does not work
OHHHH
so it's same thing like github page where you also need to specify my site name?
as well as changing cname on the DNP?
yeah you need to add it there as well
thanks!
that did worked thank you so much