How To Redirect Your Blogger - blogspot.in /.etc To Blogspot.com

Bhinder Badra
By -
0



Permanent Redirection:

You can redirect your blogspot blog permanently to blogspot.com. To redirect this you need to follow these instructions. Customize your blog step by step:

1. Go to your Blogger Dashboard.

2. Now click on THEME.

3. Then click on Edit HTML.

4. Press ctrl+f and find </head>

5. Copy Below Given  Code :

--- Code By Bhinderbadra.com -----
<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>
--- Code By Bhinderbadra.com -----(code-box)
6.  Now save the Template.

Good Luck and congratulations your blog is permanently redirected to blogspot.com. Enjoy Blogging.

Terms of Service – This is posted on this website.  We own it. If anyone wants to talk about copyright.  So can talk to Bhinder Badra. Please Contact Us With #Bhinder_Badra(alert-warning)



--- VIDEO  ---



Post a Comment

0Comments

Thanks For Comment.

Post a Comment (0)

#buttons=(Ok, Go it!) #days=(20)

Our website uses cookies to enhance your experience. Learn more
Ok, Go it!