Skip to main content

Custom Domains And The Blogger Redirect Selection

One odd question which has been popping up occasionally from puzzled bloggers would be the nature of the Blogger Custom Domain Redirect option
I selected "Redirect mydomain.com to www.mydomain.com.", but I'm still getting a "404 Not Found". What is up here?
or
Why do I keep getting a parked page, even after I selected the Redirect option?


So, we Dig the DNS configuration, and see

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

or maybe

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

parkwebwin-v01.prod.mesa1.secureserver.net (68.178.232.100)
68.178.128.0 - 68.178.255.255
GoDaddy.com, Inc.

And there, ladies and gentlemen, is your answer. The first configuration will give you a 404, because there is no DNS definition for "mydomain.com". The second configuration will give you the GoDaddy server "68.178.232.100", and a parked page display.

If you want the Blogger Redirect option to have any meaning, your DNS has to point into Google, in properly paired entries.

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

or

mydomain.com. 3600 IN A 64.233.179.121
mydomain.com. 3600 IN A 72.14.207.121
www.mydomain.com. 900 IN CNAME ghs.google.com.

is the only way to make
Redirect mydomain.com to www.mydomain.com.
have any meaning.

The Redirect option starts with proper DNS, it does not substitute for proper DNS.

>> Top

Comments

Popular posts from this blog

Adding A Link To Your Blog Post

Occasionally, you see a very odd, cryptic complaint I just added a link in my blog, but the link vanished! No, it wasn't your imagination.

Embedded Comments And Main Page View

The option to display comments, embedded below the post, was made a blog option relatively recently. This was a long requested feature - and many bloggers added it to their blogs, as soon as the option was presented to us. Some blog owners like this feature so much, that they request it to be visible when the blog is opened, in main page view. I would like all comments, and the comment form, to be shown underneath the relevant post, automatically, for everyone to read without clicking on the number of comments link. And this is not how embedded comments work.

What's The URL Of My Blog?

We see the plea for help, periodically I need the URL of my blog, so I can give it to my friends. Help! Who's buried in Grant's Tomb, after all? No Chuck, be polite. OK, OK. The title of this blog is "The Real Blogger Status", and the title of this post is "What's The URL Of My Blog?".