Redirect any blog post on other URL



Redirect any blog post on other URL

Here i will show you how to redirect your any blog post on other URL. Just follow below steps.

Redirect any blog post on other URL

Steps to Redirect any blog post on other 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 any blog post on other URL

Code for Redirect blog url

<script>
if(window.location.href == 'http://www.sites18.com ')
{
window.location="http://www.blogger.com";
}
</script>

Redirect any blog post to other URL



facebook
google-plus
twitter
pinterest

No comments :

Post a Comment