帝国cms技巧之网站URL路径栏目目录的灵活更改实现方式,下面直接上传修改代码。
其实就一段代码
解决办法(建议一条条执行):
update 表名 set filename=CONCAT(id,’/index’) where id>0;
update 表名 set newspath=”;
实例使用(新闻、文章):
update phome_ecms_news set filename=CONCAT(id,’/index’) where id>0;
update phome_ecms_news set newspath=”;
update phome_ecms_article set filename=CONCAT(id,’/index’) where id>0;
update phome_ecms_article set newspath=”;
直接删除路径就可以了
然后在添加栏目的时候更改一下栏目的URL地址。设定为不限制就可以了。
织梦dedecms用栏目交叉时arclist标签不能调出相关文
上面是“帝国CMS技巧之网站URL路径栏目目录的灵活更改实”的全面内容,想了解更多关于 帝国cms 内容,请继续关注web建站教程。
当前网址:https://m.ipkd.cn/webs_1187.html
声明:本站提供的所有资源部分来自互联网,如果有侵犯您的版权或其他权益,请发送到邮箱:admin@ipkd.cn,我们会在看到邮件的第一时间内为您处理!