帝国cms判断动态模板判断跳转代码
2018-04-02 站长 站长日志
<?php
$l=$_SERVER['HTTP_REFERER'];
if(strstr($l,'来路域名')){
header('Location: 跳转地址');
}
elseif(strstr($l,'来路域名')){
header('Location: 跳转地址');
}
elseif(strstr($l,'来路域名')){
header('Location: 跳转地址');
}
elseif(strstr($l,'来路域名')){
header('Location: 跳转地址');
}
else{
require(ECMS_PATH.'本地页面');
}
?>
上一篇:帝国CMS搜索页伪静态实现方法
下一篇:内容页如何调用同tags的文章