比如要从根目录跳转到X目录,语法如下:
<?php
header("HTTP/1.1 301 Moved Permanently");
header("Location: http://xxx.xxx/x/");
?>

Recent Posts