URL Forwarding
Uit DeVliegendeWiki
http://en.wikipedia.org/wiki/URL_redirection
Een frame redirect is waarschijnlijk de gemakkelijkste manier om een URL te forwarden:
<frameset rows="100%"> <frame src="http://www.example.com/"> </frameset> <noframes> <body>Please follow <a href="http://www.example.com/">link</a>!</body> </noframes>
