PHP Redirect

Chris Coyier on
<?php
  header( 'Location: http://www.yoursite.com/new_page.html' ) ;
?>