
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
1234567<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: