当前位置 : 主页 > 建站教程 > dedecms >

dedecms解决栏目链接里的index.html

来源:互联网 收集:自由互联 发布时间:2021-06-20
建议大批量生成内容页的时候先使用此方法/ 执行如下SQL语句 update `数据库名`.`dede_arctype` set `defaultname`=replace(`defaultname`,index.html,) ; 生成完内容页以后再执行 update `数据库名`.`dede_arcty
建议大批量生成内容页的时候先使用此方法/

执行如下SQL语句

update `数据库名`.`dede_arctype` set `defaultname`=replace(`defaultname`,"index.html","") ;

生成完内容页以后再执行

update `数据库名`.`dede_arctype` set `defaultname`=replace(`defaultname`,"","index.html") ;

替换回来 否则会无法生成栏目首页

==========================================================================


不熟悉DEDE系统的 最好还是在标签的后面加上 function='str_replace("index.html","",@me)'

如调用当前位置的
{dede:field name='position' /}
就改为
{dede:field name='position' function='str_replace("index.html","",@me)'/}
网友评论
相关栏目