May i know how can I configure my subdomain properly?

jun93

New member
Joined
Jun 25, 2021
Messages
5
I have added my subdomain and pointed it to clickfunnels. (CNAME record)
But it seems not showing up yet...
anyone can help?
 
Hard to troubleshoot without knowing the actual names. You can query your own DNS server (e.g. using dig) to verify the changes are loaded locally. Make sure you have or have not ended your entries with a "." depending on what your record and value should be, it's a common mistake.
 
Hard to troubleshoot without knowing the actual names. You can query your own DNS server (e.g. using dig) to verify the changes are loaded locally. Make sure you have or have not ended your entries with a "." depending on what your record and value should be, it's a common mistake.
I just did what I used to do with other domain povider.

pointing it to clickfunnels..

not sure why here couldn't...

may i know what else info you need? in order to help me to troubleshoot?
 
Ah, sorry, I didn't notice that the actual hostname was in the screenshot, I just assumed the preview was the whole thing.. :)

You are indeed missing a "." at the end. This is what you have created currently:

Code:
$ dig event.jalinrealty.com.au @ns1.stackideas.co +short
target.clickfunnels.com.jalinrealty.com.au.

If you end the CNAME value with a ".", your own domain name will not be appended at the end, which is likely what you want, so in other words "target.clickfunnels.com.".
 
Back
Top