Closed GoogleCodeExporter closed 9 years ago
Original comment by b...@google.com
on 31 Mar 2010 at 4:10
Your problem likely starts in the DNS addresses. I'll show excerpted Dig logs,
here.
http://blogging.nitecruzr.net/2008/10/diagnosing-problems-with-custom-domains.ht
ml
This is what you have:
blog.gamecreature.com. 14400 IN A 74.220.207.105
www.blog.gamecreature.com. 14400 IN A 74.220.207.105
This is what you will need:
blog.gamecreature.com. 14400 IN CNAME ghs.google.com.
www.blog.gamecreature.com. 14400 IN CNAME ghs.google.com.
You will need to work with your DNS host (either a CSR, or CPanel or the
equivalent),
and make the above correction.
http://blogging.nitecruzr.net/2008/12/your-blog-custom-domains-and-righteous.htm
l#VirtualHost
Original comment by nitecr...@gmail.com
on 14 Apr 2010 at 9:27
Original issue reported on code.google.com by
Gamecrea...@gmail.com
on 29 Mar 2010 at 2:51