Y ou want to use a new url for your blog. You want to keep your old blogger url but want to redirect your readers automatically from new url to older one.
For instance my blog url is : (1) blogger-godown.blogspot.com , also i have created another blog with url (2) bloggergodown.blogspot.com. I want to redirect automatically from url(2) to url(1), for that this hack is used.
Demo : bloggergodown.blogspot.com
Click on above link. You will be redirect automatically to ‘blogger-godown.blogspot.com‘
+/- Continue reading – How to redirect from one url to another

If you like this post, don’t forget to subscribe to RSS feed or Email.
|
Thanks to Blogger-Tricks

Need to showcase your project work in a stunning way? These premium Portfolio WordPress themes will make your work easy for you. Perfect for showcasing Project, Photography, Video and Art work.
FIND OUT MORE Unlimited access to 70+
elegantThemes - Premium WordPress themes for only $39. Feature includes - ePanel Theme Options, Shortcodes, Page Templates and Easy Localization. Power your website with elegant themes today!
FIND OUT MORE Responsive WordPress themes enables stunning look and feel of your website in any device - from mobile devices to widescreen monitors. These collections are sorted by user rating and number of sales.
FIND OUT MORE Want to host your website in one of the top rated Web Hosting company ? Ratings are collected from the user all over the world and given a ranking based on the user feedback. All Plan includes: Free domain, Unlimited Space, Bandwidth, unlimited sites, free marketing credits and which also includes attractive discount.
FIND OUT MORE
1. Login in to Blogger Dashboard
2. Go to Layout >> Edit HTML of the blog, which you need to redirect to your favourite blog
3. Copy and paste the following code exactly below <head> tag
<script type="text/javascript"><!–//–><![CDATA[//><!--
var url = "Enter Destination URL"
(document.images) ? location.replace(url) : location.href = url;
//--><!]]></script>
<meta http-equiv="refresh" content="0;URL=Enter Destination URL " />
4. Copy and paste the following code exactly below <body> tag
Change letter in blue with the URL, where you want your blog to be redirected.
5. Don’t forget to “Save Your Template”
Now when you enter new blog url in browser you will be redirected automatically to your specified ( Destination ) blog URL
Update :: because of Blogger ‘Terms of Use’ i have disabled ‘Demo’. Don’t worry, this code works nice.