How to Redirect a Domain or Blog to Another Domain, Blog or Website


To redirecting a domain, blog or websites in many ways. I introducing you to many ways to redirecting these items for your usefullness.


 Redirection by using Javascript:

Place these code  below head section to your Blog or website :
<script type="text/javascript">
<!--
window.location = "URL HERE"
//-->
</script>

Redirecting Blog or website using another method by Meta Tag:
 <meta content='0;url='URL HERE' http-equiv='refresh'/>

Replace URL HERE with your own domain. And replace the '0'  in 'meta tag'  with any number.

NB : before we plan, if you redirect a domain , that domain is needed to put here in this code.