05-29-2009, 08:33 PM
|
#7 (permalink)
|
|
Wizard
Join Date: Sep 2007
Posts: 1,299
Thanks: 17
|
Have the page that actually sends the page redirect, the HTML code for this is (put this in the <head>):
Code:
<meta http-equiv="REFRESH" content="0;url=http://www.the-domain-you-want-to-redirect-to.com"></HEAD>
This will redirect the page away immediately after the message is sent.
|
|
|
|