Browser Re-Direction
If you want people going to a specific page to be re-directed to another page or domain, there is a very simple way to do so. Create a page or use an existing page and copy & paste the text below and fill in the X and Y variables according to your needs.
<HTML>
<META HTTP-EQUIV="Refresh" CONTENT="X; URL=Y">
<BODY>
Put anything you want here
</BODY>
</HTML>
Y: Please enter the relative or absolute URL you would like the browser and user to be re-directed to. For example, a relative URL would be food.html or /Food/drink.html. An absolute URL would be http://www.food.com/ or http://www.food.com/drink.html.
X: Please enter the number of seconds before re-direction starts. The minimum is 1 and there is no maximum. For example, if you want people to go to the URL you specified in Y after 12 seconds, then use 12.