<?php header('HTTP/1.1 301 Moved Permanently'); header(”Location: http://www.qingsj.com”); exit; ?>
<?php header("Location: http://www.qingsj.com",TRUE,301);); exit; ?>
转载请注明:有客帮 » PHP使用header+Location实现网站301重定向
<?php header('HTTP/1.1 301 Moved Permanently'); header(”Location: http://www.qingsj.com”); exit; ?>
<?php header("Location: http://www.qingsj.com",TRUE,301);); exit; ?>
转载请注明:有客帮 » PHP使用header+Location实现网站301重定向