1

I want to redirect from https://example1.blogspot.com/2018/5/ttttttttt to me https://example2.blogspot.com/2018/5/ttttttttt In all blog posts In other words, I want to just convert the blog link and leave the rest of the post link

I found this code online and tried to modify it to do what I wanted but failed because it continues to convert the link to the homepage of example2

<script type='text/javascript'>
  var d='<data:blog.url/>';
  d=d.replace(/.*\/\/[^\/]*/, '');
  location.href = 'https://example2.blogspot.com';
</script>

0 Answers0