Skip to main content

Common issues where custom domain is involved.

In BHF, one of the common issues we face is setting up custom domain. We already have a lot of information on how to setup a custom domain. So I am going to go ahead and write on the troubleshooting tips for custom domain.

This article is dedicated to Chuck Croll who has been/is a great mentor to me since the beginning.

So let's start with the first and foremost golden rule of Custom domain troubleshooting.
Any issue where you have custom domains involved, first check if the custom domain is setup properly.
Some common issues where custom domain  are involved and you'll not know DNS was causing the trouble are,
  1. You'll be able to see the custom domain while some of your friends/users will not be able to. In this case, you shall use DWI to see if the DNS addresses are righteous.
  2. Cannot get thumbnail on Facebook. What can I do?
    • So what? Use Facebook OG Object Debugger is what most people think.
    • There comes the case, Inspite of using Facebook OG Object Debugger, I am not able to get thumbnail. So What now? Simple. Use DWI. It could be incorrect DNS Setup.
  3.  And the list goes on.
What on earth is DWI?
DWI is expanded as DigWebInterface which is an online DNS Lookup tool which can be found at http://www.digwebinterface.com

The detailed article on how to use DWI and what is the required custom domain setup for blogger is written here -> http://howtoblog.krishnainfotron.com/2017/01/how-to-use-dwi.html

I could not find anything in the DWI. What now?

The moment you realise DWI gives you back SOA records or you cannot see any CName/A records, the next thing to do is a Who Is lookup.

What is Who Is Lookup?
Who Is lookup gives exactly what the name means. "Who Is". In addition to Who Is, this will give few useful information like,
  1. Registrar Information
  2. Registered date and expiry information
and so on.
A detailed writeup of Who Is lookup and troubleshooting can be read through here -> http://howtoblog.krishnainfotron.com/2017/01/who-is-lookup.html

I did not get a proper DNS response and no issues with Who Is. What do I do now?
In this case the next thing could be a Corrupt DNS. If the DNS is corrupted, none of the above troubleshooting could help.

In that matter we need to know two important things.
  1. How do I know my DNS is corrupt?
  2. Where do I report about my corrupt  DNS?
A detailed writeup on troubleshooting corrupt DNS could be found here -> http://howtoblog.krishnainfotron.com/2017/01/dns-is-corrupted-how-do-i-know-and-what.html

I cannot find a DNS Zone to edit. What can I do? 
When you cannot find a DNS zone to edit, there could be two reasons,
  1. You do not know where it is.
  2. There really isn't one.
When it is Case 1, you have to figure out where your DNS Zone editor is available or the best thing is to contact your registrar.

When it is Case 2, it could be that you're using Google domains to which the integration is different. Please read the support article of Google domains -> Integrate Google domains with Blogger.

Comments

Post a Comment

People also read,

How to secure your Google account and Blogger blog?

As a part of contributions to NCSAM, I am writing this article down on what all should we be aware of with respect to Google's security aspect and how to make sure your blog stays yours forever. What is NCSAM? It's National Cyber Security Awareness Month which is observed during the month of October every year in America. However, we all know cyber security is a world topic and is not limited to just the USA. So let me give some tips with respect to keeping the Google account safe and Blogger blogs safe from hackers. As I secure my account, I hope you people catch up too. In this blog post, I am going to tell about the following, Securing your Google account. Securing your Blogger blog. Securing your Google account Since Blogger is also part of your Google account, let's first see what all we need to do to keep our Google account safe. Don't share your password to anyone. Keep changing your password every 60 - 90 days. Make sure your password is str

Blogger Tweak - Open external links in new tab automatically

So, once upon a time, a really long while ago, I tried to customise and recreate a Blogger template which is not available anymore, but there's one thing I remember about it. I had a jQuery code written to make all the external links open in new tab. I also thought, it's about time I revive that idea and write a more intact code and here we go.  So, there are two things to do.  Add Javascript code that detects external links and opens them in new tab. Add a CSS code to let users know that a particular link is going to be opened in new tab. Adding a javascript code Please follow the instructions below, Go to https://blogger.com  dashboard Navigate to Themes > click the down arrow near "Customize" and then click on Edit HTML. Now scroll to the very end and paste the following code just before </body> tag. <script type='text/javascript'> document.body.addEventListener(&quot;mousedown&quot;,function(event){       if(event.target.tagNa

Blogger custom domain confusions - Check before you buy

In the Blogger community forum, I happened to help a user who was not able to publish their blogspot address to their custom domain. After doing all the debugging, there was no option left out but to contact Google and finally we have known what the problem is. The problem was that the URL was not available for use in blogger.  Here on, before spending money on buying a domain, please ensure blogger allows it. Why isn't the custom domain available to buy but not available to use on Blogger? That'd be the first question every user would ask or think to ask. Unfortunately reason is un-disclosed by Blogger themselves.  So how do we know if a domain is available at Blogger or not? Earlier, there used to be no way we could do this as Blogger would throw a more generic error like below, Now, we get a more customised error for this particular case alone like below, So, here on, before spending money on buying a domain, please try publishing your blog in the domain name you are plannin