Redirection
Written by Jen

This is not how redirection url work. Redirection urls, like .co.nr or .net.tf use frames, which is how they allow you keep your sub-domain. But for sites that don't want to hang up a Moved sign and just want straight access for their visitors, a redirection script is very useful.

Add the following code in between <head> and </head>

<meta http-equiv="refresh" content="0; url=directed address">

The content part is for how many seconds the visitor has to wait before the page is redirected. So if you have 3, then the visitor will have to wait 3 seconds. If you want straight redirection, leave the number as 0.

The url is the address you want your visitors to be redirected to.