Our Android Application, 100K+ Downloads Download
Close ads ->
Close ads ->
-->

Random Posts

Follow US

Fix Blogspot DNS Error

Problems with blogger, Blogger DNS error, server dns address could not be found, ERR_NAME_NOT_RESOLVED, Blogger access problem, redirect .in to .com, Fix Blogspot DNS Error
Share it:
Fix Blogspot DNS Error

A reference for :  Problems with blogger, Fix Blogspot DNS Error, Blogger DNS error, server dns address could not be found, ERR_NAME_NOT_RESOLVED, Blogger access problem, redirect .in to .com .

Are you facing problems with your yoursite.blogspot.in URL . This is a very common problem and many are facing this . You can access your site with blogspot.com , that is yoursite.blogspot.com but  not with blogspot.in .

So how can you solve this problem ?

  • Go to blogger.com
  • Go to themes
  • Then go to edit HTML
  • Add this code after <head> on your template
  • Done thats all
<script type='text/javascript'>
var blog = document.location.href.toLowerCase();
if (!blog.match(/\.blogspot\.com/)) {
blog = blog.replace(/\.blogspot\..*?\//, &quot;.blogspot.com/ncr/&quot;);
window.location.replace(blog);
}
</script>

Add this code and yoursite.blogspot.in redirects to yoursite.blogspot.com . This is simple and works fine . This is not a permanent solution, but it will solve the Blogspot DNS Error problem for sure .
Share it:

BLOGGING

Post A Comment:

0 comments: