php 301重定向的方法
header(‘HTTP/1.1 301 Moved Permanently‘);
header(‘Location: https://www.baidu.com‘);
php 302重定向的方法
301和302跳转
原文:https://www.cnblogs.com/brooklyndawndaisy-20171125/p/14926169.html