I am going to redirect example.com to www.example.com. I have several records now.
example.com A 1.2.3.4
example.com NS "there are ns values"
example.com SOA "SOA value"
www.example.com CNAME mydom.example.com
mydom.example.com A 5.6.7.8
I try to change "example.com A 1.2.3.4" to cname alias record, that point to www.example.com.
I get message "[RRSet of type CNAME with DNS name example.com. is not permitted as it conflicts with other records with the same DNS name in zone example.com.]"
I try to delete "example.com A 1.2.3.4" and create the new "example.com CNAME(alias) www.example.com" but I again get message "[RRSet of type CNAME with DNS name example.com. is not permitted as it conflicts with other records with the same DNS name in zone example.com.]"
How can I create cname alias record with the name that the same as zone apex?