首页 > 代码库 > php实现301跳转

php实现301跳转

php实现301跳转代码

Header("HTTP/1.1 301 Moved Permanently");
Header("Location: http://www.xx.com");

 

php实现301跳转