PHP 重定向

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