欢迎访问爱油菜中文网!
您所在的位置:首页 > 代码学苑 > 网建教程

帝国cms 7.0版返回首页带.index.html的解决办法

作者:来源:帝国CMS发表于:2020-05-12 16:18:04

帝国cms模板的 返回首页 会带有 index.html 后缀。

通过以下方法修改可去掉index.html

找到e/class/connect.php文件

查找:

//返回首页地址function ReturnSiteIndexUrl(){    global $public_r;    if($public_r['indexpagedt'])    {        $public_r['indextype']='.php';    }    $file=$public_r['newsurl'].'index'.$public_r['indextype'];    return $file;}

修改为:

//返回首页地址function ReturnSiteIndexUrl(){        global $public_r;        if($public_r['indexpagedt'])        {                $public_r['indextype']='.php';        }        $file=$public_r['newsurl'];        return $file;}

也就是去掉 $file=$public_r['newsurl']; 后缀。






相关文章
    无相关信息
栏目导航
最新推荐
最新更新

关于我们| 版权声明| 网站地图| 合作与建议| 最新更新| 手机版|

Copyright © 2032 爱油菜文学网