Recent Comments

Advertise Your Business Here
Need A Blog Like This
For Questions & Inquiries, Click Here
fb Page | Google+ - call%2Bicon Whatsapp
Welcome To Full Gist Blog Don't Be left out, Join Thousands Of People In Receiving Free Browsing & And Tech Related Tips On Facebook: CLICK HERE TO LIKE OUR PAGE!!!...

Monday, 5 September 2016

How to stop country redirection of .blogspot domain

Blogspot domain
All blogs on the blogspot platform come with a .blogspot attached to the url of the blog e.g oscarleeblog.blogspot.com until a custom domain name is linked to the blog which would redirect the former .blogspot domain to the new custom domain like .com, .uk etc. Also the .blogspot domain redirect to specific countries by default, that when  sometimes a domain would look like yourdomain.blogspot.com.ng,yourdomain.blogspot.in and the rest. In this post, I'll reveal a code that can be placed in your blog template HTML code to permanently stop the country redirection.

 HOW? 
  • Sign in to your blogger dashboard >>>Template >>> Edit HTML then search for </head> by using the search box by clicking CTRL+F
  • Once you locate the </head> tag, place the code below directly under 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>

Then click the save Template button. 

That's all.

1 comment:

  1. Bulk sms is very powerful and interacting medium of marketing as it is the fastest growing marketing approach, which deliver n number of benefits to both client and marketer like less time. One of the advantages of Bulk sms serviceis if the phone is switched off, the SMS is received the moment the phone is switched on. People carry mobile phones everywhere they go, means, faster & quicker visibility over other advertising medium

    ReplyDelete

We Love Comments

Designed by DIPSY PRECIOUS