How to redirect all posts on the blogger.com to an external URL for blogger also

blogger

I am looking for some advise me how i can get my visitor to old blog go to the same posts to new blog automatically

old blog: http://freeebooktips.blogspot.com

new blog: http://free-ebook-tips.blogspot.com/

Best Answer

Go to your code and search for <b:include data="blog" name="all-head-content"/> or after the head tag paste the following line below it.

<meta http-equiv='refresh' content='0;url=http://www.yournewdomain.com' />

change www.yournewdomain.com with your domain. more info about redirection here