Forum Moderators: phranque
Thanks,
Jeremy
Or you can do a meta refresh. This is a meta tag that you add to the page at the site you want to take people FROM.
The code looks like this:
<META http-equiv="refresh" content="5;URL=http://www.pageiwantyoutogoto.com">
This would redirect your visitor to the proper location in 5 seconds. You can change the number of seconds to whatever you want.
The tag goes in the HEAD.
I believe it is advisable to do the parked option if possible, as some SE frown on the use of redirects.