If you want to redirect the blogspot to your own domain or another blogspot follow the below steps.
1.Log in to the blogger.com
2.Go to Design Option.
3.Select Add a Gadget option.
4.Select HTML/JavaScript option.
5.Place the below code
<script type=”text/javascript”>
<!–
window.location = “http://www.domainname.com/”
//–>
</script>
6.After that save..
Add Comment