Redirect all blog post url to other url



Redirect all blog post url to other url

This is the big issue, whenever you switch from blogger to other platform then get lot of 404 error. Here i will show you how to redirect all blog post url to other url and solve your 404 error present on blog.

Redirect all blog post url to other url

Steps to Redirect blog url

  • Login on your blog
  • Go to Template
  • Click on Edit Html
  • press cltr + F and find <head>
  • Blow <head> tag paste below code
  • Save your blog
Redirect all blog post url to other url

Code for Redirect Blog URL

<script type='text/javascript'>
var d=&#39;<data:blog.url/>&#39;;
d=d.replace(/.*\/\/[^\/]*/, &#39;&#39;);
location.href = &#39;http://www.domainName.com&#39;;
</script>
Redirect all blog post url to other url

Settings

  • In place of http://domainName.com put your URL where you want to redirect all blog post. 

That's It.



facebook
google-plus
twitter
pinterest

No comments :

Post a Comment