1

[How-to] Change Blogger's country specific URL back to .com



Recently Blogger changed the it's user's , blog's url from .com to their specfic country URL .It gave a big loss to many Blogger blogs . So I'm with the solution . How to change it back again , to com URL .
Find this Code in html 




<head>


Below the above code paste the below code

<script type="text/javascript">
if ((window.location.href.toString().indexOf('.com/'))=='-1')
{
window.location.href = window.location.href.toString().replace('.blogspot.in/','.blogspot.com/ncr/').replace('.blogspot.com.au/','.blogspot.com/ncr/').replace('.blogspot.com.us/','.blogspot.com/ncr/');
}
</script>

Cheers! . You got your blog back!


Subscribe To Get FREE Tutorials!

Related Posts Plugin for WordPress, Blogger...


Share your views...

1 Respones to "[How-to] Change Blogger's country specific URL back to .com"

Fikri Humor said...
11 May 2012 at 23:48

can we change .blogspot.com to be .com for free?? please answer my question.. ??

Post a Comment

 

© 2011 CoolTricks This content is copyrighted to f10f1111 | Powered by Pro Thesis Theme| Designed by f10f1111