creating subdomains on ZEIT parked at iwantmyname

I’m sure this isn’t the most complicated setup but until zeit allows me to transfer the dozen or so domains parked ? on a third party site, follow the steps to create your own subdomain.

Note, I’ve already purchased the domain in the past. If you haven’t already done so, look to buy through zeit domains itself. Their aliasing is a simpler process than this roundabout way.

DNS settings might take a few hours to propagate changes initially but since their essence is to make deployments a no brainer with zero downtime it’s a relatively one time wait. ?


route nameservers to zeit #

Login to iwantmyname and update the domain nameservers at this link https://iwantmyname.com/dashboard/domains/ns-update/artivilla.com replacing the last bit with your domain name.

iwantmyname_Dashboard___artivillachandok_gmail_com.png

add your domains via ZEIT #

Login to zeit using their cli tool ‘now’ that should prompt you to create an account if you haven’t already done so. This requires having their application installed from here or via global npm.

now domains will give you helpful options and now domains add <name> will allow you to add your domains.

1_____zsh_.png

map subdomain via zeit hosted on zeit or custom site #

This is where I got hung up as the hosting site for the subdomain doesn’t live on zeit itself. It could be some other blog such as svbtle that requires creating a creating an ‘A record’ mentioned here. Zeit DNS gives you plenty of options.

now dns add <domain> <subdomain-name> <record type> <value> [mx_priority]

1_____zsh_.png

If you found this useful, vote up! Or DM me, so I can assist you or make the steps clearer.

 
5
Kudos
 
5
Kudos

Now read this

stop copying files between git branches, switch to git worktrees

So this goes without saying but if you’re new to learning git been tirelessly in the weeds of some project where you need to copy files from one branch over to another, look no further. In quite a few instances, especially in the early... Continue →