Map domain
-
Hi,
I’ve created a blog (example: 123.wordpress.com) and I have my own domain (example: http://www.123.com). I also manage my DNS servers (Bind), and I’m have difficulties to understand what changes should I do to my DNS.
After domain mapping in wordpress it says to use:
123.com 14400 IN CNAME 123.wordpress.com.but in the documentation it says to update the dns server to:
NS1.WORDPRESS.COM NS2.WORDPRESS.COM NS3.WORDPRESS.COMShould it be like this ?
$TTL 3D @ IN SOA ns1.123.com. root.123.com. ( 2014060603 ; serial, todays date + todays serial # 8H ; refresh, seconds 2H ; retry, seconds 4W ; expire, seconds 1D ) ; minimum, seconds IN NS NS1.WORDPRESS.COM. IN NS NS2.WORDPRESS.COM. IN NS NS3.WORDPRESS.COM. 123.com IN CNAME 123.wordpress.com.Thanks in advance
-
- The topic ‘Map domain’ is closed to new replies.