Forum Moderators: mack
thanks for the help! :)
Clientside metatag (in the header of the page...requires you to have a page at the first location).
<meta http-equiv="Refresh" content="2;url=http://www.example.com>
That will redirect to example.com after 2 seconds.
With Apache you DO NOT need the initial file ...just some redirect code in your .htaccess file.
Redirect permanent /redirectme1.html http://www.example.com
Redirect permanent /redirectme2.html http://www.example.com