Please help us promote our blog. Copy and paste this code to a new "HTML/Javascript Code" page element on your blog: <a href="http://bloggers-help-faq.blogspot.com">Click Here to visit Bloggers' Help & FAQ - A blog which consists of all kinds of FAQ's and other information for Blogger blogs which may be relavent to other sites or blogging companies./>
Showing posts with label url. Show all posts
Showing posts with label url. Show all posts

Wednesday, June 30, 2010

Redirecting a Blogger blog to another URL

Redirecting a Blog to another URL is very easy and you should try doing it.
Below is the best way to redirect your Blog. Add the following code to your blog's Template HTML between the <head> and <head/>:

<meta http-equiv="refresh" content="0;url=http://yournewurl.com"/>

After adding it, it would look somewhat like this:
<head><meta http-equiv="refresh" content="0;url=http://yournewurl.com"/>

Replace http://yournewurl.com with the URL you want to redirect your blog to.