i was playing around with the dns records on namecheap while trying to get google console working and I deleted a few of the existing record (a major mistake on my part). THe DNS stopped working so I decided to redo everything. set up the domains again both on name cheap and netlofy
I deleted the domain identify and set up everything again. but it doesn’t work. http://www.mctechfiji.com works but typing in http://mctechfiji.com doesn’t work I think because it isn’t redirecting or something.
Thanks for reaching out and welcome to Netlify’s Support Forums!
Looks like the name servers haven’t propagated yet:
dig mctechfiji.com NS +trace | tail -n 6
;; Received 736 bytes from 192.55.83.30#53(m.gtld-servers.net) in 61 ms
mctechfiji.com. 1800 IN NS dns1.registrar-servers.com.
mctechfiji.com. 1800 IN NS dns2.registrar-servers.com.
;; Received 99 bytes from 2610:a1:1024::200#53(dns1.registrar-servers.com) in 115 ms
I’m seeing the registrar-servers.com name servers instead of the Netlify name servers mentioned here:
will there be any way to know if there are any errors in the setting up of the DNS. the thing is this is my first client as a web developer and I don’t want things to go south.
I’ve set up the DNS from netlify and also set it on namecheap using the custom DNS option.
Alternatively, you can activate the inactive DNS zone. Now, the external DNS instructions are simpler and less error prone so I do recommend that workflow above if you are having issues getting DNS configured.
That said, if you want to activate the DNS zone, there is a support guide (with both solutions) here:
If there are questions about either solution, please let us know.