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\..*?\//, ".blogspot.com/ncr/"); 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 .
Post A Comment:
0 comments: