php实现301跳转
Posted bubuchu
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php实现301跳转相关的知识,希望对你有一定的参考价值。
php实现301跳转代码
Header("HTTP/1.1 301 Moved Permanently"); Header("Location: http://www.xx.com");
以上是关于php实现301跳转的主要内容,如果未能解决你的问题,请参考以下文章
laravel路由 实现短连接生成及跳转(php 301重定向)