Monday, November 12, 2012

Stop Blogger Country Redirect

Blogger describes abduction by UFO



Contry domain Redirects

So far are confirmed 15 :

India,Australia,UK,Japan,NewZealeand,Canada,Germany,Italy,France,Sweden,Spain,Portugal,Brazil,Argentina and Mexico.

How to Stop it

1.Go to Template.

2.Edit HTML.

3.Press CTR and F and in the up screen that shows up put </head>.

4.ok now BELOW the 1st </head> write:

 <script type="text/javascript">
var blog = document.location.hostname;
var slug = document.location.pathname;
var ctld = blog.substr(blog.lastIndexOf("."));
if (ctld != ".com") {
var ncr = "http://" + blog.substr(0, blog.indexOf("."));
ncr += ".blogspot.com/ncr" + slug;
window.location.replace(ncr);
}
</script>

Click on SAVE.

So thats it i hope your problem was solved.

1 comment: