(08-06-2018, 05:07 AM)yusha Wrote: Hello guys!
So far all the domains I add are actually working with www but not the subdomians.
I am using cloudflare and when I create a subdomain I always create the subdomain.mysite.com and
two A record first in cloudflare and then add the subdomain in sentora panel.Code:www.subdomain.mysite.com
I have also tried with
Doesn't works!Code:www.subdomain to cname mysite.com
Is there any solution for this? I wanted my subdomain.mysite.com to work with www.subdomain.mysite.com as well.
Tested and working with Godaddy DNS and Sentora DNS, not sure for cloudflare:
You must create a CNAME entry for www.subdomain and point it at the main domain (or simply by adding an @)
Something like this:
Code:
Type Name Value TTL
CNAME www.subdomain @ 3600 (1 Hour)
And do not forget! It may take up to 24 hours to become active!