How to redirect a blogger blog to another url in 4 steps
How to redirect a blogger blog to another URL. Sometimes we need to redirect a blogger blog to some other URL because we changed our blog or we don't want people to visit this blog now or you started a blog but don't want to delete this one so you can redirect this blog to a new URL. To this, follow the steps below.
Tip+:Before you follow these steps, log in to your blog
Step 1:The first thing to do is to visit the theme section.
Step 2:Click edit HTML
Step 3:Copy the following Html code paste there.
Step 5:Save
Code:<head><script>
window.location = "http://www.aeroeleib-1.blogspot.com";
</script></head>
Step 4:Rename the URL with the URL you want to redirect to.
Done! The blog will now be redirected to new URL. To preview this, visit https://hsnusnsisnsism.blogspot.com/?m=1 and it will be redirected to https://www.aeroeleib-1.blogspot.com.
Post a Comment