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

  • 压缩包大小:Unkown
  • 开发语言:
  • 软件授权:
  • 更新时间:2022-12-29 08:00:04
  • 软件类别:
  • 相关链接:未知官方
  • 网友评分:
  • 应用平台:Win2000/WinXP/Win2003
  • 演示地址:演示地址

帝国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']; 后缀。

以上就是帝国cms 7.0版返回首页带.index.html的如何解决办法。或许你现在仍不得志,默默的在自己的岗位上奋斗;或许你现在仍不强大,辛苦的功劳被别人抢走也无可奈何。但请别着急,踏实一点,全力以赴的做好那件小事,坚持住,你想要的,岁月最终都会给你。更多关于帝国cms 7.0版返回首页带.index.html的如何解决办法请关注haodaima.com其它相关文章!

关键词: 帝国CMS

下载地址

下载失败问题?【我要反馈】

提示:好代码网站资源是由用户投稿上传,内容来自互联网,本站只做免费推荐用于学习分享,如有版权及其他问题,请联系小编处理!

下载“jQuery焦点无缝轮播图特效”地址:

  • 日榜
  • 周榜
  • 月榜

推荐下载

  • 开发手册
  • 常用软件