PDA

View Full Version : forward link



cokelatdesign
January 8th, 2007, 07:34 PM
hi guys,

I got a link that's been posted all over the internet which is

http://www.theclayman.com/chicken_dance.html

now i'm in the verge of launcing a new website and I want include the link in it but i don't want to change the link..i want to forward it so when user go to that link they'll forwarded to the new website which contain that game...

how can i do that?

any suggestions?

thanks,

Shard
January 8th, 2007, 10:54 PM
Replace the contents of chicken_dance.html with this ...

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta HTTP-EQUIV="REFRESH" content="0; url=http://www.the_new_address.com/the_new_page.html">
</head>
<body>
<br>
</body>
</html>