Hello Friends,
For some reasons we have to make changes in our blog/website's url name.
- For sometimes it can be due to purchasing a custom url from free hosting service.
- It might be changing of name of website url like from d2dsolutions.blogspot.com to discovertips.blogspot.com
- It can be a strategy to save the name of old url for better use in future.
- Don't want to distribute your traffic.
- Don't want to be an idiot . :P
So here are the simple codes to redirect your visitors to one website(url) to another website.
Simply copy/paste these codes after <HTML> tag in your Template section.
Code 1.
<meta content='1;url=http://discovertips.blogspot.com/' http-equiv='refresh'/>
Code 2.
- <script type='text/javascript'> var d='<data:blog.url/>'; d=d.replace(/.*\/\/[^\/]*/, ''); location.href = 'http://discovertips.blogspot.com'; </script>
NOTE: Replace http://discovertips.blogspot.com with your desired url name.
Comments
Post a Comment
IF YOU LIKE THE POST,PLEASE LIKE FACEBOOK PAGE BELOW.
KINDLY POST YOUR COMMENT BELOW.