• How to solve “Another blog is already hosted at this address”

    Posted on December 14th, 2008 admin 1 comment

    Sometime when you try to publish a custom domain like chengsoongiap.com on Blogger, you may get the message “Another blog is already hosted at this address.”

    Most of the time, this is due to your DNS setting. Anyway make sure that you stop the web service of Google Apps if you happen to use this service.

    One way to overcome this problem which I did with my sites was to configure my DNS as:

    mydomain.com.          3600 IN CNAME ghs.google.com.
    www.mydomain.com. 3600 IN CNAME ghs.google.com.

    With this configuration, you have a “CNAME” referral which points directly to a Google server. When the Blogger script verifies that the domain URLs both point to Google, it can proceed with confidence.
    Read the rest of this entry »