Redirect To Another Page

If you've moved a few pages or even a whole site, you can use a meta tag to automatically redirect your visitors to the new page or site. Insert the meta tag below between the <HEAD> and </HEAD> tags:

<meta http-equiv=refresh content=10; url=http://YourSite.com/>

Change the YourSite.com to your new website address. You can also change the 10 to however many seconds you want the browser to wait to redirect the visitor. You should also put a link on the redirect page in case the visitor is not automatically redirected.