php实现301跳转代码
<?php Header("HTTP/1.1 301 Moved Permanently"); Header("Location: http://www.sample.com"); ?>