Skip to main content

How to connect custom domain to blogger?

 


So, guys today I am going to show you how to connect custom domain with Blogger.Now, we directly move to start our tutorial.....

How to connect custom domain to blogger?

We need to follow below steps to add a custom domain in Blogger...

Step 1: Buying custom Domain online.

Step 2: Setting up DNS in domain manager website.

Step 3: Adding google's IP to DNS manager.

Step 4: Saving and checking is Domain connected Successfully.


Some FAQ.....


What is Custom Domain?

When we have made our blog on blogger by google we get a default web address with subdomain "example.blogspot.com" This domain feels not to be professional and feels like noting is valuable in such blog with such a web address. To make our blog professional looking we use a custom domain which is the domain of our choice, for eg. example.net,example.com,example.in and many more...

How to Buy a custom Domain?

You have to buy a custom domain in order to connect custom domain with your blogger. For buying custom you can use Hostinger's service , they provide very good service for buying Domain at a cheap prices......
You can check for your Domain here



Here, you have to type and search for your desired Domain...

Then look for your desired domain in results....



Check for domain extension that would suit your website perfectly....

After selecting your domain click on "Add to cart" Button for your domain.

Then you will be redirected to checkout page. So, pay for your domain and get your domain registered.
Once you bought your domain you will be sent a mail to confirm your contact details for WHOIS database. So, click on the link and add your Information for WHOIS database.

After this you have successfully registered your Domain and now we can move to our further steps:

How to add details for blogger in Hostinger DNS manager?

Go to your blogger and open your blog on which you want to add Custom domain and then go to setting for your blog. Here after scrolling down you can find Publishing Settings.



Click on custom domain and you will be shown a custom dialog as shown in image below....



Enter the domain address you bought in Hostinger and click on save (ensure to use www. ) and then you will be shown another dialog box asking you to verify your ownership.Here, you have to add two Cname Given.The two cname are seen as following for your blog,


You will find your Cnames in the highlighted area in above image.Now you have to open hostinger's hpanel and look for your domain and click on manage DNS for your domain. Now delete all the records and set up two new Cname records with the values given in your Dialog box in blogger. After you have added two Cname successfully, you have to add 4 A(@) records to your DNS management which point to following IP's:

  • 1. 216.239.32.21
  • 2. 216.239.34.21
  • 3. 216.239.36.21
  • 4. 216.239.38.21
When you added these IP's and the previous Cname you have completed you Work.Now it will take some time get your website live.Till then take one Ride on your bike and get some fresh air.When you come back you will find your website live.

So, you have added custom domain your blog Successfully and set your blog live.

This was our tutorial for "How to add Custom Domain to your Blogger blog" and we end our tutorial here. We  will be back tomorrow with a new fresh topic, till then......

Happy Koding......

Comments

Popular posts from this blog

Kodular Basics- Getting started with Kodular

What Is Kodular? Kodular is a online software which allows us to make android apps without any programming knowledge. Kodular's enable us to make fantastic android apps using their blocks-type editor.We can make our apps stand out with the material design UI. Using Kodular we can make android apps just by dragging and dropping components provided in Kodular Creator.We also need not to write any code to make our app working. We just have to specify blocks in kodular creator and we are out of the tension to write Codes. Getting Started With Kodular :   For making apps you just need to go to Kodular's Creator and sign up there with your email and activate your account.You can create Kodular account and make apps for free. There aren't any charges to use Kodular Creator. So just go Kodular.io and sign up there and start happy coding and app making.  Kodular Dashboard: After you have signed up for Kodular creator,select the option "Create Apps" and you will be redirect...

How to use Firebase database in Kodular?

Welcome to Learn Web my friends. Today we are going to learn about how to retrieve and store data from user in firebase database. This will be surely very exciting and useful for you guys. So, here we start our tutorial on "How to store data of user in Firebase in Kodular?" How to store data of user in Firebase in Kodular? 1. What is Firebase? I think you guys may have listened about Firebase but if not, then don't worry this isn't any rocket science you will easily learn "How to store and retrieve data of user in Firebase?". Firstly I want to tell you about What is Firebase Database? So, firebase is a cloud storage platform provided by google to store and retrieve data and Firebase also provide many other services that we will learn in our next tutorials. Today we are going to talk about "How to use Firebase Database in Kodular?"  2. What is Firebase database in Kodular? Now I would like to tell you what is Firebase database and what we are going ...

How to make a Browser in Kodular Creator ?

Welcome back my friends, today I am going to illustrate you "How to make a Android Web Browser in Kodular?" We will make this web browser in Kodular Creator. This will be a basic web browser. By this project we will how to handle  Web View provided in Kodular Creator. We will also learn about many design elements. I am sure you are excited with this project. So, here we start our tutorial without any more discussion. But before starting our tutorial I want to tell you that what are things we will learn in this tutorial: 1. How to design splash screen? 2. How to use text box with web view? 3. How to use material typeface buttons? 4. How to use Horizontal arrangement layout? 5. How to use if-then-else statement?  and many other things which we will use while making this web browser. And now you might be more excited for this project. Now, we move on to our tutorial for making a web browser in Kodular creator; How to make a Browser in Kodular Creator ? We will learn to make a we...