Redirect using HTML Code
If you need to redirect your visitors to a new page using a HTML redirect code you can uyse the following.
Place the following HTML redirect code between the <HEAD> and </HEAD> tags of your HTML code.
| <meta HTTP-EQUIV=”REFRESH” content=”0; url=http://www.yourdomain.com/index.html”> |
Â
The above HTML redirect code will redirect your visitors to another web page instantly. The content=”0; may be changed to the number of seconds you want the browser to wait before redirecting.

