Hello, I need help with this. I have a blog at blogspot.com and I want to use my subdomain with blogspot. I follow the tutorial here http://www.google.com/support/blogger/bin/static.py?page=ts.cs&ts=1233381 but unfortunately I couldn't get it to work Is my cname setup correctly? Thanks for any help
I want to use my subdomain with blogger. I have a domain example.com and I want to use subdomain blog.example.com with blogger. I follow the tutorial from here: http://www.google.com/support/blogger/bin/answer.py?hl=en&answer=58317 but adding CNAME in DNS didn't work. Duplicate entry or something... How to check authoritative for my domain? thanks falko
What's the exact error message, and where exactly do you get it? The command Code: dig ns yourdomain.com should show your nameservers as authoritative.
I forgot how I got the error but my guess is I'm not following the the tutorial from Google blogspot and thats why I get the error. Code: root@server1:~# dig ns cheapantivirus.me ; <<>> DiG 9.7.3 <<>> ns cheapantivirus.me ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 43865 ;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0 ;; QUESTION SECTION: ;cheapantivirus.me. IN NS ;; ANSWER SECTION: cheapantivirus.me. 41192 IN NS ns2.cheapantivirus.me. cheapantivirus.me. 41192 IN NS ns1.cheapantivirus.me. ;; Query time: 52 msec ;; SERVER: 4.2.2.1#53(4.2.2.1) ;; WHEN: Tue Oct 4 18:33:35 2011 ;; MSG SIZE rcvd: 71 If I recalled correctly rd under flags mean no authority? This is my subdomain under DNS Zones. I don't know what NS to put there so I just add my own NS. I upload picture: and this is my subdomain record: and if you ping blog.cheapantivirus.me you will get my server IP? any idea? thanks in advance
The problem is you added a zone for blog.cheapantivirus.me - this is wrong. You must add a CNAME record for blog to the cheapantivirus.me zone.
I know it will work if I add it to cheapantivirus.me zone. I want client to be able to use my subdomain with blogspot.com so instead of I manually add their subdomain to my own domain zone, I can just provide them with DNS module and they them self can add their own subdomain.cheapantivirus.me to the DNS zone. If you have friends that have blogger account and need a free subdomain to use with blogger, you can provide them with. Alhamdulillah. I test it and it works. My setting: in blogger domain setting I use www.blog.cheapantivirus.me. Hope it helps.