#How to add a second-level domain name in cloudflare

8 messages · Page 1 of 1 (latest)

cursive kite
#

As in you want subdomain.example.com to be a website/zone in CF directly? You will need to enter the "Enterprise" plans for that

twilit birch
#

If you simply want subdomain.mydomain.com to display your pages website, you need to add a CNAME record. Free Plan has access to this.

#

How to access: on https://dash.cloudflare.com select Websites in the left sidebar, choose the website you want, select DNS on the sidebar, then clic the [+ Add Record] button

#

CNAME is a standard DNS record, you can use any domain as destination (even those you don't own)

#

Note: It's common to have both mydomain.com and www.mydomain.com pointing to the same HTTP server. You then configure your server to 301 redirect mydomain.com to www.mydomain.com

vocal hamlet
twilit birch
#

You’ll need to ask the domain owner to add the CNAME records then?