首页 > 学习 文章正文

帝国cms动态的tag改成伪静态后 301重定向规则

学习 2022-05-13 19:21:05
后台-插件-广告管理-内容页头部广告(手机)

可以在e/tags/index.php文件里用php的301转跳

找到 $tagid=$tagr['tagid'];

其下添加语句:
$tourl="/tags-$tagid-0.html";
Header("HTTP/1.1 301 Moved Permanent

可以在e/tags/index.php文件里用php的301转跳

找到 $tagid=$tagr['tagid'];

其下添加语句:
$tourl="/tags-$tagid-0.html";
Header("HTTP/1.1 301 Moved Permanently");
Header("Location: $tourl");
exit;
后台-插件-广告管理-内容页尾部广告(手机)

标签: 帝国CMS 

帝国cms动态的tag改成伪静态后 301重定向规则Copyright @ 2022 All Rights Reserved. 版权所有 备案号:辽ICP备10018320号-18 帝国CMS强力驱动 站长微信:jiangeseo