153 How to set up your Blogger custom domain with GoDaddy
June 21, 2007 /

This post is originally from my other blog, Glamumous. I decided to reproduce it here so you readers can easily find other information linked to this subject. I used GoDaddy to register my domain name, as this company seemed the cheapest dot.com domain provider, and also because they supply a free email address and basic hosting account with each domain, which has come in rather handy.

However, I'd read quite a few complaints about using GoDaddy for custom domains with Blogger hosting, so I was rather careful to make sure I did everything correctly!

Please do note that you can only link your site as http://yoursite.com or http://www.yoursite.com. Not both. It just doesn't work that way. My advice is to use the www prefix, and if you can make a simple redirect page in your host root, as I'll explain later.

I followed Blogger's advice to the letter, and everything works fine. Here are the basics of their tutorial, or you can read the whole thing yourself on this page.

  1. Buy your chosen domain name and create your account.
  2. Once your domain has been registered, log in to your control panel, and choose to "manage domains".
  3. Click on the area marked Total DNS Control, and then on Total DNS Control And MX Records.
  4. Look for a record prefixed "WWW". If there isn't one, add a new CNAME record; if there is one, you'll need to edit this record instead.
  5. Insert these settings exactly as they are described! For the "Name" type "www" (as in www.yoursite.com). For the Host Name, you need to enter "ghs.google.com". Don't change or enter anything else except for these two functions. If this is a new CNAME, click "add". If you are editing an existing CNAME, click "update" and "continue".

Before you link this domain to your Blogspot blog, you may well want to check that all the settings are correct. To do this, you'll need to "ping" your new domain and ensure the host points to ghs.google.com.

If you're a Windows user, this is quite simple to do using the "command" feature. Windows 98 and ME have a "command prompt" program in the start menu; Windows XP has the "run..." feature, which brings up a box; simply type in CMD, hit enter and you'll get your command prompt.

Then all you need to do is enter the following:

ping www.yourdomainname.com

substituting yourdomain.com for your domain name and suffix. Hit enter, and see what happens. It should look something like this:

Pinging ghs.1.google.com [72.14.207.121] with 32 bytes of data: Reply from 72.14.207.121: bytes=32 time=85ms TTL=247 Reply from 72.14.207.121: bytes=32 time=89ms TTL=247 Reply from 72.14.207.121: bytes=32 time=86ms TTL=247 Reply from 72.14.207.121: bytes=32 time=86ms TTL=247 Ping statistics for 72.14.207.121: Packets: Sent = 4, Received = 4, Lost = 0 (0% loss), Approximate round trip times in milli-seconds: Minimum = 85ms, Maximum = 89ms, Average = 86ms

Notice that the ping recognises that my site is hosted with ghs.1.google.com. This means that I can (and indeed, have) followed the next step in telling Blogspot my new domain name. If you don't notice the host is registered as Google, wait a little longer before following the next step.

Log in to your Blogger control panel. In the settings section, click on the publishing tab. Near the top of this page, you'll notice "publish to a custom domain". This is what you want to do.

When prompted, enter the domain name you have directed to the ghs.google.com host, including the www prefix! Continue, and you should see that your new settings have been saved.

View your blog to ensure everything works and looks okay. Don't worry if at first you get a "404 file not found" page: it can take a few days for DNS settings to propogate across the whole internet. You can always switch back to Blogspot hosting and try again in a day or two. When this does work okay, you'll see your blog exactly how it is normally seen, with the exception that your new domain name is in the address bar. Blogger takes care of all the inter-blog links, page titles and such for you, and even redirects traffic from your old name.blogspot.com address to your new www.yoursite.com address! This is great as it means it's unlikely you'll lose traffic or page ranking stats.

Now here's the awkward part: as I mentioned earlier, you can only have http://www.yourblog.com or http://yourblog.com. Not both. Blogger/Google simply haven't recognised that this may be important, and only offer the function of linking one address to your blog. But in a strange way, this is good: you don't have to worry about having two seperate blogs listed in Technorati, for example.

I advised that you use the www prefix for a good reason. Many domain providers offer a single page (often called a "holding page") with each domain name. This will show when you type http://yourblog.com, even though www.yourblog.com will link to your Blogger blog.

So make use of it!

If you are able to edit the HTML, you could create a redirect page to automatically redirect visitors to your www address. That way, you won't lose any visitors at all. To make the page redirect to your www address, you need to insert this code between the head tags, substituting "mysite.com" for your domain name. You can do this using an HTML editor (I prefer Notepad).

<head><meta http-equiv="refresh" content="0; url=http://www.mysite.com" /></head>

The part content="0; means that there is no pause before the browser is redirected. You can change this to "5" for example, to give a 5 second pause if you also want to include an explanation for the redirect in the body of the page. It is also a good idea to include a hyperlink to your www address in the body of the page, just in case the visitor's browser doesn't recognise the redirect command.

If you look at my redirect page at http://bloggerbustercom/, you'll notice that there is an 8 second pause and an explanation for the redirect. Play around and see what works for you!

Similar posts:

Technorati Tags:

Author: Amanda Kennedy

Amanda is a professional blogger and web designer living in Sheffield, United Kingdom.

In addition to curating Blogger Buster, you can find Amanda on Twitter, Facebook or add her to your circle on Google+.

Like to share?

You may also like to subscribe to Blogger Buster's RSS feed or receive free email updates of our latest posts.

153 comments:

  1. hello amanda! Thank you for this info. I am wondering where do I put the html code? I tried to put it on the template that is hosted on blogger but the page kept refreshing. So I think thats not the right place. Is it in godaddy.com?

    ReplyDelete
  2. Hello Miss Nice,

    To make a redirect page, you'd need to create an HTML page called "index.html" and upload this to your root folder at GoDaddy via FTP. The redirect code will go in the head of the page. This will then redirect readers from http://yourblog.com to http://www.yourblog.com (hosted at Blogger).

    I'll be posting a template for a redirect page later today, so I'll let you know when it's there.

    Hope this helps!

    ReplyDelete
  3. I've now posted a walkthrough on creating a redirect page, which you can read here.

    ReplyDelete
  4. Hey Amanda,

    I'm using a domain with GoDaddy too and I've set it up so that the www CNAME ( http://www.nogoodatcoding.com ) points to my Google Pages site ( with Google Apps ). I've also set up domain forwarding for the A record ( http://nogoodatcoding.com ) to www.nogoodatcoding.com so that both of them now reach the same page.

    Since I'd already set this up and I'm publishing my blog to http://blog.nogoodatcoding.com, I can't check whether it works for Blogger too. This could possibly be a solution for the scenario you've described since both Google Apps and Blogger are managed by Google and from what I've seen, both have the same hosting server ( ghs.google.com ).

    Also, I'd like to mention that even now, with publishing to a custom domain, http://nogoodatcoding.blogspot.com will take you to http://blog.nogoodatcoding.com, the custom domain name; but http://www.nogoodatcoding.blogspot.com will not! ( But all links will point to the custom domain )

    Cheers!

    ReplyDelete
  5. Oh, and DNSstuff.com ( http://www.dnsstuff.com ) provides really detailed reports on all aspects of your domain name. It really helped me while setting up mine.

    ReplyDelete
  6. Thanks for your advice.

    I have carefully read your post as I am going to use GoDaddy service to redirect my blog , http://epays.blogspot.com/, and tried to click on http://www.bloggerbustercom.com/. it result returns "Server not found". So, what was wrong with it? Just a curiously keyboard...in front of me...to contact you...

    ReplyDelete
  7. @Eric Phuong: Do you mean that you are unable to view this site, or your own custom domain?

    Once you have set up your custom domain, it can take up to 48 hours for the DNS settings to propogate over the internet, so if you are unable to view your domain yet, just wait another day or so and you should soon be able to access this.

    Hope this helps!

    ReplyDelete
  8. Hi Amanda,

    You are doing a great job here by sharing your ideas.

    I am starting a new website and I wanted to know if I can have a domain name linked to my Blogger blog.

    As in
    www.mywebsite/blog = myblog/blogspot.com

    I have registered my domain on GoDaddy and plan to use their hosting too.

    I prefer the blogger interface. Is it possible?

    Thanks

    ReplyDelete
  9. Hello Yogesh,

    It is certainly possible to do this. If you prefer your blog's domain to be http://www.yourdomain.com, then simply follow the instructions above. However, if you would prefer your blog to be hosted at http://yourdomain.com/blog or http://blog.yourdomain.com you will need to add a new CNAME record called "blog" to your DNS settings instead of the WWW one. Then add this alternate URL in your Blogger settings when you decide to publish to your custom domain.

    Hope this is helpful to you!

    ReplyDelete
  10. You can also have BOTH www.yourdomain.com and yourdomain.com working as well. In order to do this, all you need is a 301 redirect for your custom domain. I published a quick how-to using GoDaddy here:

    http://www.somelifeblog.com/2008/02/blogger-custom-domains-using-301.html

    ReplyDelete
  11. Thanks for this post. Everything worked great. I've set up custom domains before but these instructions are much easier than the ones I used the last time.

    ReplyDelete
  12. hi! i just bought a new domain 20 hours ago, from blogger partner with godaddy.

    the problem is, i cannot view my blog with my new custom domain. It shows page not found.

    Do i need any settings so that my blog redirect to the new domain?

    my new domain is http://bibombio.com

    thanks!

    ReplyDelete
  13. secondly, sorry for repeat, page not found is SAME with Error 404?

    I am quite new in blogging and currently do not know how the dns is working.

    again, thank you!

    ReplyDelete
  14. I've just followed you advice and am crossing my fingers. Thanks!

    www.coolbabykid.com

    ReplyDelete
  15. Hey Amanda, thanks for the tips. I'm still trying to get my domain set up

    I have question about domain management. I use GOdaddy. under "nameserver", which setting do I have to choose... hosted, parked, or just leave it blank?

    thanks

    ReplyDelete
  16. Hello Amanda,

    Well, I followed your advice and now 4 days, still my custom domain is not up!
    Please, have a look at my configuration below, is there anything I missed?

    http://i12.tinypic.com/6kk95ow.jpg
    http://i1.tinypic.com/72kcyg2.jpg


    Thanks; and awaiting for your help.

    ReplyDelete
  17. update from me,

    it's now work for my domain: "www.cottonable.com". previously I tried with "cottonable.com" which was why it didn't work, I prefer with no suffix www- though.

    I use Blogger automatically redirection from no-WWW to WWW but doesn't works. I'll try another method.

    at least I can make sure that my domain pointing to Blogger

    Thanks for the help, Amanda, you're awesome :D

    ReplyDelete
  18. @Rangga, can you have a look at my configuration above yours comment? Is that right?

    Thx

    ReplyDelete
  19. @Open door to everyone...

    for setting on Blogger setting page, try to use "WWW.looblog.info" instead of "looblog.info"

    ReplyDelete
  20. For Cecilia:

    Your new domain seems to be working just fine now :) I love your template, is this one of Gisele's "Birdy" inspired designs?

    For Open Door to Everyone:

    As Rangga suggested, you should add the "www" to your URL in the Blogger set-up page. Once you've tried this, everything should work just fine for you.

    For Rangga: Thank you for your helpful comments! I'm glad to know the custom domain is working fine for you too :)

    ReplyDelete
  21. Yes, I also have this question I have something similar:

    http://i12.tinypic.com/6kk95ow.jpg
    http://i1.tinypic.com/72kcyg2.jpg

    Is that setting right?

    ReplyDelete
  22. Sorry to interrupt, but it is not working. My setting is:

    Blgger: www.looblog.info
    Godaddy: what to enter then? Can you attach your picture of the configuration?

    Thx

    ReplyDelete
  23. hei sorry, i did the setting as u mentioned and did ping thru cmd and
    da results were as below
    its saying that destination net unreachable. wot does that mean???
    why did message come. plssss help..
    thank u

    ping www.blooddy-tears.com

    Pinging ghs.l.google.com [66.249.91.121] with 32 bytes of data:

    Reply from 10.40.1.1: Destination net unreachable.
    Reply from 10.40.1.1: Destination net unreachable.
    Reply from 10.40.1.1: Destination net unreachable.
    Reply from 10.40.1.1: Destination net unreachable.

    Ping statistics for 66.249.91.121:
    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
    Approximate round trip times in milli-seconds:
    Minimum = 0ms, Maximum = 0ms, Average = 0ms

    ReplyDelete
  24. hi! amanda i contacted you thru your contact form 2 times but you seems a li'l bit snobbish huh ;)

    btw, i ask you there how to set-up a custom subdomain:

    the domain name is purchased from godaddy & will be hosted by blogger.com i wanna have a subdomain name like:

    http://www.blog.makemoneyonline-x.com/
    but still hosted in blogger

    PLEASE... help me

    ReplyDelete
  25. Hurray :)

    I have done it using Net4Domains domain.

    http://www.atoztoa.com.

    It got activated in 10 minutes :)

    Thanks Amanda

    ReplyDelete
  26. wow! I'm glad someone referred me to this info. This is great. my only question is how does it work for other formats such as bravejournal?

    ReplyDelete
  27. Amanda,

    If you are using GoDaddy.com as your domain provider you can redirect the traffic to yourblogname.com to www.yourblogname.com through Forwarding feature provided by GoDaddy.

    See the post : USE CUSTOM DOMAIN WITH OR WITHOUT WWW FOR BLOGGER BLOGS

    ReplyDelete
  28. Thanks Amanda for the tips. I followed them exactly and will wait a few days to see if it is up. Great post.

    ReplyDelete
  29. Great guide. My blog www.electricvagabond.com is working great now hosted on Blogger with the domain on GoDaddy! Works well in Explorer and Firefox, however Google Chrome and Safari experience server loops. This may be because I have removed a URL forward from GoDaddy that might take time to propagate I imagine.

    Good guide though and great site that I have definitely used a bit in the past :) thanks!

    ReplyDelete
  30. I tried this but there is nothing in Total DNS field ?

    http://i37.tinypic.com/2j4xank.jpg

    ReplyDelete
  31. I had a problem, can someone pls help mi out!
    I just brought a domain with godaddy.com, but even if i followed all the instruction to add the cname on my domain, i tried to ping it but the ping is not coming from ghs.google.com and i try to put it in blogger but my blog cant show up. Why is it so? Please help mi

    ReplyDelete
  32. Nice tip for people using blogger custom domain especially with GoDaddy . For those are not using having a facility to control and change CNAME in their control panel ( purchased from resellers and local hosting providers) i have a small tip here :www.techknowl.com/2008/10/using-blogger-custom-domain-or-own.html

    ReplyDelete
  33. Hi. I was got PR3. After changing domain, my Page Rank drop drasticly from PR3 to zero. Now I'm working hard to get it back

    ReplyDelete
  34. A great article, as usual!

    ReplyDelete
  35. Hi Amanda, I find this post very informative and timing for my husband's dilemma. He recently purchased a domain from blogger/google on October 22 and the confirmation email says that it was registered on godaddy. Do this means that we have to set up an account there? Its been a week since my husband can't view his page anymore. I did not have this problem when I purchase mine with the same source so I don't know how to fix it. Both the old and new url have error 404 when viewed.. Please help! Thank you!

    ReplyDelete
  36. Hi Amanda, great instructions, thanks! Can you tell me how your A record is setup in go daddy? And for the DNS, should I choose parked dns, host dns here or custom dns? Thanks!

    ReplyDelete
  37. Thanks for these instructions! I've written my own blogger custom domains godaddy instructions so hopefully we'll get help to more people!

    ReplyDelete
  38. Amanda, I follow your instruction by placing this code
    meta content='8 url=http://biocelebrity.com' http-equiv='refresh'/> in my html editor.

    But then my website is constantly refreshing itself every 8 seconds nonstop. plz help..

    I dont know what i did wrong.

    ReplyDelete
  39. Amanda, I got a real serious related question here. I got couple of javascript files to be hosted. Now, if I CNAME my www.mydomain.com to mydomain.blogspot.com, then where do I put the javascript files that is hosted by Godaddy? How do I call it? I ask because once you have CNAME it, you can't retrieve the file, say from www.mydomain.com/my.js, right?

    How?

    ReplyDelete
  40. Hi,

    I've followed these instructions but I get an error message that says "another blog is hosted at this address" - how can I fix this?

    ReplyDelete
  41. Zach i used option provided in godady managed account -> site redirect option to point to my actual index php page because my index page is not at root and it is working perfect for me. also i would like to share that i have pointed my page not found setting to Home page. that way if 404 happens then it goes to their respective index page, Note: you can host multiple domain in one hosting plan if you have delux plan atleast. www.giftonline2india.com
    just my 2 cents.

    ReplyDelete
  42. Thanks for posting this. I used this tip about 3 months ago. It has and continues to work perfectly. Thanks again

    http://designz-by-e.blogspot.com
    http://www.designz-by-e.com

    ReplyDelete
  43. This site is a blog from blogger.com. How did you create such a beautiful template and layout? I used to have a blog with a .com. I used blogger's template. I never thought of a site like this using blogger. I wish you could write a tutorial.

    ReplyDelete
  44. Hi Amada,

    I am urgently in need of your help and AFAIK, you are the only person who can help me out on this regards.

    Actually I am trying to setup blogger custom domain with Godaddy and I followed your guide here
    http://www.bloggerbuster.com/2007/06/how-to-set-up-your-blogger-custom_21.html
    The Cname has been set properly, and the domain (www.sadikk.com) has been pointed towards google server, but while trying to add the domain in my blogger blog I am getting a message: "Another blog is already hosted at this address."

    So, please help me out. how can this issue be resolved? Why I am getting such error messages?
    I am really waiting for your reply.

    Thanks & Regards,
    Deepak Jain. :-)

    ReplyDelete
  45. Hi Amanda,

    Much appreciate if you can help in sub-domain as well!

    I have a custom domain with GoDaddy and upload posts in Blogger. But, now I have problem in setting up the sub-d.

    I am wondering why Sub-d need to do forwarding? I forward it to my sub-d but failed and GoDaddy support team also pointed out this is not right but they asked me to get help from blogger or Google Apps.

    And I read from you post above, it's seem I have to add a Host name for this Sub-d : "ghs.google.com". Am I right?

    I am sick to read all theirs help pages one by one and can't get my problem solved!

    Best Regards
    Nic

    ReplyDelete
  46. Thanks Amanda!

    I read several forum and blog posts giving bits of the solution, but it didn't work until I followed your advice and reset the Publish settings on Blogger.com back to blogspot.com and then back to my own domain, and made sure that time to use the "www." in my domain. Working at last! Check out openmarriageblog.com if you are interested.

    ReplyDelete
  47. Hi Amanda, thanks for sharing your tips. Please help me if I am in the right path. while pinging my blogspot domain www.freezebox.blogspot.com it returns "blogspot.1.google.com" unlike the traditional "ghs.google.com" do I need to change it to "blogspot.1.google.com"? instead of ghs.? thanks... while waiting for the proper transfer from my blogspot.. i momentarily redirecting or the url forwarding from my freezebox.blogspot.com redirected to www.freezebox.net but this is for the mean time only.

    ReplyDelete
  48. Finally my problem was solved...though I made some tricks but thanks anyways.

    http://www.freezebox.net/2009/05/how-to-transfer-blogspot-to-your-own.html

    ReplyDelete
  49. Want some Free Money. You know you want it. Go here. http://freemoneyforteens.webs.com/

    ReplyDelete
  50. I've registered a new domain in godaddy.com But when I try to ping my domain pinoyonline.tv it returns an error "Ping request could not find host pinoyonline.tv. Please check the name and try again."

    I have followed the steps, but I'm not sure what I have missed.

    ReplyDelete
  51. Here is the solution for forwarding domain without WWW (naked domain) to blogger custom domain, if you purchased from Yahoo or Godaddy and probably all other Registrar

    http://www.ialwayscapital.com/2009/0...omains-to.html


    http://www.ialwayscapital.com/2009/0...domainurl.html


    I was facing the same issue long back, then i solved it and wrote a blog post for this. After applying these settings (which you will find in above links) your site will work with or without WWW for an example look my site http://ialwayscapital.com which is in blogger and domain purchased from Yahoo.

    ReplyDelete
  52. nice post, it really helps me a lot to setup my custom domain with blogger.

    ReplyDelete
  53. i was use this to my blog...thank's for tutorial

    ReplyDelete
  54. After 4 days, my custom domain not indexed by google. I'm not sure what's happening. I purchase the domain from GoDaddy via Blogger itself. Can you tell why, Google still non indexed my new domain? Thanks,

    ReplyDelete
  55. HI thanks for the info... and by the way GoDADDY gives a expiration date... waht shd we do once it gets expired??

    I'm redirecting to my blogger blog..

    ReplyDelete
  56. thanks for you info

    http://moreshareinfo.blogspot.com

    ReplyDelete
  57. thanks and yes it works!, I set the www.top10dslr.com using CNAME.
    but redirect top10dslr.com using forwarding tool.

    ReplyDelete
  58. hi you can register cheap domain only in $3.88 from http://kwebonline.supersite.myorderbox.com/

    ReplyDelete
  59. Nice Post....Your post is really helpfull for me, I am searching for setup domain using blogger hosting and finally find this usefull article..great BLOGGER BUSTER

    Thanks...

    ReplyDelete
  60. At www.WolfDomains.com you can do both. you set up your Google DNS Cname as www.yourdomainname.com and the ghs.google.com. However to the yourdomainnames on searches. also do a fowarding that will cover both.

    Great site Amanda, Great Information. You material always comes in handy at Wolf Business Media

    ReplyDelete
  61. HiAmanda
    I have registered with name.com as http://www.kstechno.com and i changed dns to custom with blogger site. my blogger site is http://kstechno.blogspot.com. I think i have done every thing rite. Now I m trying to open the site but it is not working. I can see the message welcome to kstechno.com but my page is not opening. Can you tell me that I have to wait upto 3 days to setup or I have done anything wrong.

    ReplyDelete
  62. The issue that lots of people are having with domain not working without www can be solved very easily. Please read this http://amiatypist.blogspot.com/2010/04/domain-not-working-without-www.html

    ReplyDelete
  63. hi!

    i found your blog very nice.

    ReplyDelete
  64. Hi,
    Good great post.
    Thanks,

    Jeux

    ReplyDelete
  65. hiiiiiiiiiiiiiiiiiiiii
    Your post is really helpfull for me, I am searching for setup domain using blogger hosting and finally find this usefull article..great BLOGGER BUSTER
    ===================
    juliaap01
    Domain Names

    ReplyDelete
  66. Just wanted to say thanks for this helpful blog; I was having a helluva time trying to get my domain fully integrated into my Blogger account. Now, it's working great.

    Appreciate the help...

    ReplyDelete
  67. Thank you so much for posting this! My domain was up and running in just a few minutes. This is the best explanation I found online and your instructions were easy to follow.

    ReplyDelete
  68. Great article, I'll soon shift to a custom domain name for my blog. I hope a .net will be just as good as .com in SEO since .coms are hardly available.

    ReplyDelete
  69. thanks!!! for wonderful guidance i got success but as i am a newbie i cannot guess surely what are the do's and don't.

    I have recently purchased a domain from godaddy and switched my blogger blog to that custom domain and now its around 7 days nothing got indexed till now. i know i have to wait for sometime but i have curiosity that any optimization or changes to be made which i am unaware of.

    so now my doubts

    1. Have i done redirection correctly for my blog
    2. Is my new submitted sitemap correct
    3. what else i have to do.

    let me show you my redirection method

    After purchasing of domain i modified the cname record in total dns and then moved to my blogger settings added my domain as www.example.com and saved it. now the problem i got after this is my naked domain("example.com") isn't redirected to my new domain so for this i did forwarding in my domain manager(i am not sure is correct) like added www and did it permanent.

    My sitemap submission method

    first of all i added a new site in google webmaster and got verified by adding some kind of records in my domain manager as directed method in google webmaster. And then then submitted sitemap as

    http://www.example.com/atom.xml?redirect=false&start-index=1&max-results=500

    it was accepted.

    what all procedures i did are they correct or any mistakes i did, any other way i should opt for, i am totally confused guys please help.

    Thanks a ton in advance for reading my problem patiently.

    ReplyDelete
  70. It's been over a week and many attemtps and I still get the error message "Another blog is already hosted at this address." I double-checked the DNS record and asked my domain registrar, Dreamhost, to double-check it and all is fine.

    I tried the ping method and it correctly displays as Google, just as a Google 404 error message displays on my domain. I tried the spreadsheet thing 3 days ago and they said it may help within 48 hours. And I tried the Google apps thing, but no website was listed in the settings (which makes sense considering I wasn't previously signed up with it).

    So I don't know what else to do. Funny thing is, I can get the blog on a subdomain of my site (blog.site.com), but I want it on the top level (site.com). This is all surprising and frustrating... I'd appreciate it if anyone knows of another trick aside from the three above.

    S

    ReplyDelete
  71. Amanda,

    The domain of bloggerbuster.com isn't perfect either.

    You have a 302 redirect between your naked custom domain and your www custom domain.

    At such, people that link to bloggerbuster.com don't shove any link love to www.bloggerbuster.com

    If you registered your domain via Go Daddy then you can forward your naked domain url to your www domain via a 301 or a 302 redirect.

    Use the 301 redirect, it does the same as a 302, but it's shoving link love as an extra.

    Regards.

    ReplyDelete
  72. DR SATYAJIT MAITI17 December 2010 19:34

    Hi
    This is a great information.But my problem is when I am going to buy a domain from Godaddy it asks about to put DNS no as DNS1 and DNS2 or another option use Godaddy hosting.What to do? When I am going to buy hosting erom Ipower or any other it asks new domain registration or domain transfer.What to do? Please solve my problem.

    ReplyDelete
  73. Awe-inspiring piece of writing! I am on love with your post. Our “Web Hosting Company” offers cheap Australian domain names. We have everything you need to get your own domain name.

    ReplyDelete
  74. Excellent article!!This post helped me to study how to set up blogger custom domain with GoDaddy in detail. Thank you so much for putting it together in such a well organized and complete manner.I am going to use your site as a reference and hopefully learn more.I hope you publish more articles like this again shortly!

    ReplyDelete
  75. That was absolutely perfect, thank you so much for the tutorial…This article really helped me a lot to understand how to set up Blogger custom domain with GoDaddy .Thanks a lot for sharing this stuff.

    ReplyDelete
  76. so useful instructions.its so helpful to me.you mafe a nice blog.i love to visit again.

    ReplyDelete
  77. Pugmarks.in Provides you Web Hosting, Cloud Hosting, Dedicated hosting, SSL Certificates, Linux Hosting, Windows Hosting and domain name services with 24*7(365 days)best Online support

    ReplyDelete
  78. when ever somone asked me about dns settings i refer him to this page because theires a lot of usefel information here thanks

    ReplyDelete
  79. What I really love about them is their customer service. They are like an insurance policy I have never bought. Whenever I am stuck I would give them a call and they would walk me through.

    ReplyDelete
  80. Hi,
    Great work done by author. Thanks for sharing this post. I appreciate it. Keep posting updates

    ReplyDelete
  81. I am jannet,from what I can read. It has been sad news and scam to everyone about Voodoo casters or so. But to me they are so real cause one worked for me not quite two weeks. I traveled down to where his shrine his and we both did the ritual and sacrifice. and now me and my ex are living very ok now.I don't know about you but Voodoo is real;love marriage,finance, job promotion ,lottery Voodoo,poker voodoo golf Voodoo,Law & Court case Spells,it's all he does. I used my money to purchase everything he used he never collected a dime from. He told me I can repay him anytime with anything from my heart. Now I don't know how to do that. If you can help or you need his help write him on nativedoctor101@live.com Thank you

    ReplyDelete
  82. I am thoroughly convinced in this said post. I am currently searching for ways in which I could enhance my knowledge in this said topic you have posted here. It does help me a lot knowing that you have shared this information here freely. I love the way the people here interact and shared their opinions too. I would love to track your future posts pertaining to the said topic we are able to read.

    ReplyDelete
  83. Thanks for taking the time to discuss this, I feel strongly about information and love learning more on this. If possible, as you gain expertise, It is extremely helpful for me. would you mind updating your blog with more information

    ReplyDelete
  84. Really Your Post is very good and helpful. i am very happy to read your post. Keep update I will return soon. My webstie World Cup Cricket
    Here Most Important link list

    Unlimited Backlink Free

    Open a USA Bank Account Free

    Recent news

    The Daily News

    money exchange

    Earn Money
    Thanks

    ReplyDelete
  85. I must agree that this is a great post. Recently I found a great web hosting site, Cheap Domain Names which is offers all the abilities of a web hosting site for such a cheap price. Now I can connect to my blogger site with the help of this article. Thanks a lot. ^^,

    ReplyDelete
  86. Indeed a very good read! Very informative post with pretty good insight on all aspects of the topic! Will keep visiting in future too!

    ReplyDelete
  87. http://help.godaddy.com/article/5112#configuring

    ReplyDelete
  88. this helped me a lot! http://rushingtech.net/
    but i had to use the godaddy's fowarding url feature...
    so i fowarded http://rushingtech.net/ ro http://www.rushingtech.net/

    thank you!

    ReplyDelete
  89. thank you very much for the very detailed explanation... i followed everything you wrote and alas! everything works fine...

    my blogger URL is http://w7xtreme.blogspot.com and i have now a custom domain http://www.win7extremeblog.info thank you so much!

    ReplyDelete
  90. Thanks for the info on how to set up a custom domain on GoDaddy.

    ReplyDelete
  91. why most of the people choosing the custom domain on go daddy it is having the any addition features?

    ReplyDelete
  92. Action Web Group is dedicated to providing reliable and professional web hosting solutions. We offer the RubberBand Plan, an expandable shared web hosting plan for disk space, bandwidth and more.

    ReplyDelete
  93. Thank you for sharing this article, very interesting, informative and reliable source to everyone that coupon blog.
    Thanks

    ”godaddy coupon”

    ReplyDelete
  94. Hi!
    This promo coupon codes blog is a great compilation. Thanks for taking the time to create an important article.
    Thanks
    ”godaddy coupon”

    ReplyDelete
  95. Thanks for sharing I was wondering how to do this.

    ReplyDelete
  96. nice info ! thank Admin

    www.Freedownvilla.blogspot.com

    ReplyDelete
  97. Really Your Post is very good and helpful. i am very happy to read your post. Keep update I will return soon. Here Some Related site
    World Cup Cricket

    Free Domain and Hosting

    free Credit Card


    Thanks

    ReplyDelete
  98. Thanks this helped me lot for my domain www.gmailjobs.com

    ReplyDelete
  99. Very good explanation ,Good site.
    For more information visit BigRock Or BigRock Blog

    ReplyDelete
  100. Very good explanation ,Good site.
    For more information visit GoDaddy Blog Or GoDaddy Blog

    ReplyDelete
  101. Reading this We appreciate your great review. Thanks for sharing with this, but let me present instant insurance rates on house protection. You should get maximum discounts.

    ReplyDelete
  102. Reading this article I enjoy your nice minds. This is very good work, but I will let you know about cheapest home insurance on house protection. Having cheap protection you should get maximum discounts.

    ReplyDelete
  103. Many thanks!I really love your web site…chanel cambon

    ReplyDelete
  104. Many thanks!I really love your web site…chanel cambon

    ReplyDelete
  105. Thank for sharing! I am amazed at your excellent work! but with no (www) still redirecting me to godaddy???

    ReplyDelete
  106. Thanks so much for these helpful tips! I'm exploring getting my own domain - just researching on everything I need to know before I do so & this article was very informative. Kudos!

    ReplyDelete
  107. Thanks for sharing...
    Got to buy new domain soon..
    Cheap Domains

    ReplyDelete
  108. we can set up co.cc free domain with blogger also
    http://www.infotilla.com/2012/02/set-up-cocc-free-domain-with-blogger.html

    It is free domain..

    ReplyDelete
  109. I think all answers above are awesome to me. Well done everyone.

    ReplyDelete
  110. Thank you for the informative post, i set up my blog because of this tutorial, i used name cheap and blogger.com, i really mean thank. We'll wait for your next post, hopefully all about wordpress and seo.

    ReplyDelete
  111. hmm this site is really awesome and interesting to me, i am impressed by this awesome site to me, I really think of these awesome site that how genius you are.

    ReplyDelete
  112. Hai, This Post is Nice. Thanks.
    The Music Guru

    ReplyDelete
  113. Many great info I got from your post, thanks for sharing this article.

    ReplyDelete
  114. Hey bro, i believe you'll add Netchunks additionally to the list. it's dofollow ;)
    .-= Shiva | internet Magazine´s last blog ..5 Tips For Successful Blogging

    域名代理

    ReplyDelete
  115. Thanks for this post. Everything worked great. I've set up custom domains before but these instructions are much easier than the ones I used the last time.

    Web Hosting

    ReplyDelete
  116. pastor nick, thank you a million time for helping me get back my $4500 dollars. that was scam by one malaysia guy by name Ahmed Musaoion. i am Jackson David, 23years of age. i got an email asking me to apply for a loan, before i could know what i was doing i have already given out this huge amount of money. by selling some of my property and my Dad's car just to meet up to their demands, it all look as if i was under a great spell because i was totally confused. suddenly they stoped sendind me mails when they knew i had no money on me' it was then i came to my senses that i have been frauded. i started searching for help on the internet on how to get my money back, that was were i came acrossed great testimonies of this great pastor nick. just after a week and three days the bastard called me and promised sending me back my money with interest, right now he has sent about $4800 dollars. Thank you so much pastor nick, i am forever greatful, that is why i will spread your email I.D: (pastornickchrist@gmail.com) to the whole wide world to know some one like you exist. from Jackson U.S.A

    ReplyDelete
  117. Thanks. you save my life you help me lot by sharing blogger setup.

    ReplyDelete
  118. I am jeannet used every single spell worker on the internet, spent untold amounts of money and discovered they are all fakes…i was the fool though; doing the same thing over and over again and expecting different results. In the end, I decided that I wanted a tarot reading to know what my future held for me; I contacted a woman who lives locally to me and she told me about a man named (priests sangojagaban); he does not advertise on the internet, has another job for income, has no set prices, makes no false promises and refuses to help anyone that cannot be helped and even helps for free sometimes, he will give you proof before taking money. He is a wonderful man and he was the only person who actually gave me real results. I really hope he doesn’t mind me advertising his contact on the internet but I’m sure any help/ extra work will benefit him.contact him as jagabansukia101@gmail.com or (+447024019867) He travel sometimes.love marriage,finance, job promotion ,lottery Voodoo,poker voodoo,golf Voodoo,Law & Court case Spells,money voodoo,weigh loss voodoo,any sicknesses voodoo,Trouble in marriage,it’s all he does Hope this helps everyone that is in a desperate situation as I once was; I know how it feels to hold onto something and never have a chance to move on because of the false promises and then to feel trapped in wanting something more.

    ReplyDelete
  119. Cool Amanda, thanks a lot.

    GoDaddy Promo Code »

    ReplyDelete
  120. GoDaddy review! It is affordable, reliable and cheapest for web hosting though I appreciate GoDaddy for my web site building and domain name changing. Thanks mat for sharing informative post!

    ReplyDelete
  121. Hello,
    I register Domain from godaddy(Not From Custom Domain)I need To Setup This Domain To My Blog Custom domain. .
    What To do Now?
    I need Any hoster?/ or Google Host My Blog With my New Domain? Please Reply

    ReplyDelete
  122. Thank you this was very helpful to me.

    ReplyDelete
  123. Than you Amanda This was very helpful. :)

    ReplyDelete
  124. I wanted to know some information about creating page and redirecting visitors and i'm glad that i found this blog. Thanks for the advice and for sharing.
    Cheap .Com Domain

    ReplyDelete
  125. Hi Amanda you did an excellent work by sharing this useful information. You have provided the steps clearly, it is simple to understand and follow. Thank you.

    ReplyDelete
  126. Amanda, your blog doesn't redirect from bloggerbuster.com and also the link you have given doesnt have period. good article. thanks

    ReplyDelete
  127. I loved your articled, but i still am not able to redirect my blog to my domain. I get a message that says "We have not been able to verify your authority to this domain. Error 12. Please follow the settings instructions". I get this message on blogger, under publishing. I don't know what else to try.

    ReplyDelete
  128. blog, you may well want to check that all the settings are correct. To do this, you'll need to "ping" your new domain and ensure the host points

    ReplyDelete
  129. Thanks for this.. i am planning to change my free to blog to a custom domain blog

    ReplyDelete
  130. Some will say they give thanks to almigthy God for the giver of life, but i will give my thanks to Dr.Zabaza of zabazalogan@yahoo.com for the giver of love because without him my lover would not have come back to me. So i will really use this opportunity to show my appreciation to Dr.Zabaza. Reach Dr.Zabaza via email: zabazalogan@yahoo.com or call +2348182620374 and i assure you that your lover will definitely come back to you because he brought mine back


    ReplyDelete
  131. Hi thanks for peovide the Blonde Pollyanna - Escort - Vilamoura - Algarve information.

    web hosting
    business web hosting
    affordable web hoting
    website hosting

    ReplyDelete
  132. Part of me thinks this is a bullshit prosecution and another part of me thinks that this person may have been involved a lot more than they can prove right now.
    We will know more after debriefing.

    web hosting
    business web hosting
    affordable web hoting
    website hosting

    ReplyDelete
  133. you should have added a tutorial with the pictures and snapshots .it becomes very boring to read that essay !!!

    ReplyDelete
  134. Thanks Ms Amanda. You have been a source of inspiration to us. What you have said in this post is enlightening.

    ReplyDelete
  135. this is shit...in web designing your are good but in seo....
    your own naked domain shows a 404 redirect on www....lol

    ReplyDelete
  136. By purchasing a domain name you can get webspace on server.

    ReplyDelete
  137. Great tutorial , This is what I was looking for ,Thanks.
    http://www.articmo.com/2013/04/javascript-for-browser.html

    ReplyDelete
  138. Thank you amanda, this was very helpful to me..

    ReplyDelete
  139. Hi,

    I am newbie in this world. I have purchased domain from GoDaddy as www.mydomain.in , now i need to redirect www.myblog.blogspot.in to www.mydomain.in . i tried to follow your step but i got "Blogs may not be hosted at naked domains (ex: yourdomain.com). Please add a top-level domain (www.yourdomain.com) or subdomain (blog.yourdomain.com)." during Publishing.

    Kindly help me if i am doing something wrong.

    ReplyDelete
    Replies
    1. When you are typing your new custom domain in blogger, type www.mydomain.com instead of mydomain.com
      Or if you really want mydomain.com, then add a space and then type mydomain.com in the box. I hope this solves the problem.

      Delete
  140. This helped me a lot in setting up my domain.
    Anyway, I know this is a very old post, but still it would be better if you can change the info about the redirection of example.com to www.example.com
    Now Blogger has this option just below the box where we type the custom domain. So we need not setup redirects manually by any redirect page.

    ReplyDelete
  141. It is not necessary that you must shift your blog domain on particular hosting company, you can also opt for the domain registrar company which provides astonishing features like unlimited sub domain, email account facilities atc at highly affordable prices.

    ReplyDelete
  142. Thanks for posting this, im working a lot with word press right now, but it still applies a lot to what im looking for. I cant tell you how many times ive been frustrated with custom website design. But ill have to give it a go and try your blogger setup.

    ReplyDelete
  143. Get Started with the. Beginner's Guide to SEO. Freshly updated for 2012, the Beginner's Guide is the most .
    http://www.seocorporation.net

    ReplyDelete

Great! You've decided to leave a comment! Please bear in mind that comments are often moderated and that rel="nofollow" is in use and spammy comments will be deleted. Let's have a meaningful conversation instead. Thanks for stopping by!

Advertise on Blogger Buster

Browse through the Archives

All existing posts are still available to view while I'm working on the site, albeit seen in a much simpler interface. Feel free to browse through the archives to find tutorials, templates and articles to help you build a better blog:

Blog Archive

© Blogger Buster 2010 Home | About | Contact | Hire Me | Privacy Policy