Se vuoi reindirizzare con PHP:


Codice PHP:
header ("Location: [url]http://[/url]".$HTTP_SERVER_VARS['HTTP_HOST'].dirname($HTTP_SERVER_VARS['PHP_SELF'])."/".$newpage); 
Altrimenti se vuoi fare il redirect con Javascript:

window.href = "link.html";