Tuesday, September 23, 2008

Redirecting Blogger To Another URL

Redirecting blogger to another blog or website or url
How to redirect from old URL to new URL?

This is the way to do it for the New Blogger. First thing to do always before you make any changes to the template is to backup the template PLUS the Page Elements. Some or all of your old Page Elements will be deleted or become empty when you upload a new or backup template.

First, sign into your Blogger Dashboard, click LAYOUT, then click the EDIT HTML sub-tab. This will open the template editor window. Add this block of codes into your template just above the </head> tab which should be very near the top of the template:


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


It should Look Like This

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

Replace http://newurl.com with the domain you want to redirect to the olb blog.

That's it! Now, all your old blog traffic will be redirected to your new address.
If you have any questions,ask here.

No comments:

Post a Comment