SubDomains help

How would I make a subdomain with a Freenom domain.

@idodev Any CNAME that isn’t route (@ or yourdomain.com) is a subdomain. E.g. www is actually a subdomain that routes to route (@ or yourdomain.com).
So, you can do yoursubdomain -> glitch.edgeapp.net as long as you have yoursubdomain.yourdomain.com added to the Glitch project
Hope this helps :slight_smile:
Eddie

3 Likes

@EddiesTech so i add a new cname record -> glitch.edgeapp.net
then I go to the custum domain section on glitch and write example.example.com ?

@idodev
CNAME:
example -> glitch.edgeapp.net
Custom Domains Section:
example.example.com

2 Likes

hi! if your domain was test.tk and you want to have your site on i.test.tk…

first, go to cloudflare and setup your domain
then go to the custom domains section in the glitch editor and type the domain in full eg:

for a subdomain: i.test.tk

then go back to cloudflare and make a CNAME record for that subdomain eg:

name = i.test.tk
target/url = your edgeapp url

it should work now, this works on freenom domains as seen here:

main: ptuk.tk
subdomain: cdn.ptuk.tk

2 Likes

@EddiesTech when I add the cname record it says it already there