如何去掉帝国CMS7.0中面包屑导航newsnav首页链接中的index.html
你的位置,点击首页总是会有www.okxun.com/news/index.html,这个不仅分散了权重还不好看,
如何去掉呢?
打开文件e/class/connect.php
搜索:function ReturnSiteIndexUrl()
将:$file=$public_r['newsurl'].'index'.$public_r['indextype'];
改为:$file=$public_r['newsurl'];
重新生成页面就可以了,试试吧,演示站点 www.ok234.com 。