设为首页 - 加入收藏 ASP站长网(Aspzz.Cn)- 科技、建站、经验、云计算、5G、大数据,站长网!
热搜: 手机 数据 公司
当前位置: 首页 > 运营中心 > 建站资源 > 经验 > 正文

帝国cms如何去掉面包屑导航回到首页时的index.html

发布时间:2021-12-17 10:19 所属栏目:19 来源:互联网
导读:在帝国cms中,首页的链接是后面有index.php或者index.html的,所以应该去掉. 问:你的位置 点击首页总是会有xxx.com/index.html 这个不仅分散了权重还坑爹,如何去掉呢? 答:打开文件e/class/connect.php 搜索:function ReturnSiteIndexUrl() 将:$file=$public_r
在帝国cms中,首页的链接是后面有index.php或者index.html的,所以应该去掉.
 
问:你的位置 点击首页总是会有xxx.com/index.html 这个不仅分散了权重还坑爹,如何去掉呢?
 
答:打开文件e/class/connect.php
 
搜索:function ReturnSiteIndexUrl()
 
将:$file=$public_r['newsurl'].'index'.$public_r['indextype'];
 
改为:$file=$public_r['newsurl'];
 
刷新页面即可

(编辑:ASP站长网)

    网友评论
    推荐文章
      热点阅读