Wednesday 10 February 2016

Stop Blogspot Blog To Redirecting To Country Specific Domain

Posted by Anshul Katiyar
If you are from India and having a blog like example : allindiastory.blogspot.com, where you are writing about news, tips and tricks and much more according to you view. But if you browse your blog in your own browser then it will automatically redirect to allindiastory.blogspot.in


How To Stop Redirecting Blogspot Blog To Country Specific Domain 

  1. Go to your blog blog
  2. Now open the menu of your blog and then click on the template section below
  3. Next in only you have to press Ctrl+F, and then find <head> and then past whole code below it.
<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
If you are facing any type of problem then notify us via comment. 

0 comments:

Post a Comment

Powered by Blogger.