Techbase Knowledge: Auto redirect to another Site

Saturday, February 27, 2016

Auto redirect to another Site

This is the tutorial for
"How to redirect your website visitor to your another website"

See the below code:
>>

<HTML>

<HEAD>
<TITLE>I moved!!!</TITLE>
<META HTTP-EQUIV="refresh"CONTENT="10;URL=http://my.newplace.com/">
</HEAD>

<BODY>

I moved to a new place.
Your browser should automatically take you there in 10 seconds. If it doesn't plase go to http://my.newplace.com/

</BODY>

</HTML>

<<

No comments:

Post a Comment