SOHO : Small Office Home Office
Freeware - Opensource software tips, tricks, tweaks & fixes for managing, securing, improving the performance of SOHO Desktop, Laptop, Networks

Thursday, July 1, 2010

How To Redirect Blogger URL To Another URL?

This post explains how to redirect your blogger (blogspot) blog/website traffic from one url(address) to another:-

1.Log in to your dashboard--> layout- -> Edit HTML

2.Scroll down to where you see <head> tag.

3.Add below code into your template

just after the <head> tag.
<meta http-equiv="refresh" content="0;url=http://yournewurl.com"/>
4.Replace http://yournewurl.com with the URL you want to redirect your old blog.

5.Click on Save Templates and you are done.

Now your blog traffic will be redirected to your new address.


No comments:

Post a Comment