<?php
header( 'Location: http://www.newsite.com/new_page.html' ) ;
?>
Conversly, the location can be from he same site, but to another directory, so you can ommit:
http://www.currentsite.com/
<?php
header( 'Location: http://www.newsite.com/new_page.html' ) ;
?>
Conversly, the location can be from he same site, but to another directory, so you can ommit:
http://www.currentsite.com/