google-code-export / blogger-ftp-migration-tracker

Automatically exported from code.google.com/p/blogger-ftp-migration-tracker
0 stars 0 forks source link

blog.gamecreature.com #384

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
New URL: blog.gamecreature.com

Where in the process did you encounter an error? Redirect FTP blog

Describe the error:
The migration tool directed me to download a zip of my files and upload 
them to my host. I have since done so but there seems to be no way to 
continue.

Original issue reported on code.google.com by Gamecrea...@gmail.com on 29 Mar 2010 at 2:51

GoogleCodeExporter commented 9 years ago

Original comment by b...@google.com on 31 Mar 2010 at 4:10

GoogleCodeExporter commented 9 years ago
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