首页 > CMS > 帝国Empire > 正文

帝国CMS7.0去除面包屑newsnav首页链接中的index.html

2024-07-09 22:55:15
字体:
来源:转载
供稿:网友

你的位置 点击首页总是会有xxx.com/index.html 这个不仅分散了权重,还看着不爽。

通过以下方法可以去掉:

打开文件e/class/connect.php

搜索:

1
function ReturnSiteIndexUrl()

将:

1
$file=$public_r['newsurl'].'index'.$public_r['indextype'];

改为:

1
$file=$public_r['newsurl'];

刷新页面即可

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表