php 网页 301 跳转

Posted xia001

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 网页 301 跳转相关的知识,希望对你有一定的参考价值。

 

php 跳转

if(‘http://‘.$_SERVER[‘HTTP_HOST‘].$_SERVER[‘REQUEST_URI‘] =="http://www.nikemalaysia.com.my/product-1696.html" ){
Header("HTTP/1.1 301 Moved Permanently");
header("location:http://www.ugg-sales-home.com");
}




以上是关于php 网页 301 跳转的主要内容,如果未能解决你的问题,请参考以下文章

php程序开发之实现网页跳转

301跳转,如何只禁止跳转首页和指定目录?其他页面正常跳转?

网页301重定向自动跳转代码汇总

设置http跳转https的几种方法

网页常用header头部定义

php 在网页登陆成功后怎么实现网页跳转,由login跳转到index