dedecms织梦面包屑导航下的"index.html"怎么去掉?
时间:2022-01-12 22:29:24
小编:斜杆下载
修改PHP源文件,这里提醒大家一定要备份好文件,包含head.htm 或者PHP channelunit.helper.php
路径是include/helpers/channelunit.helper.php 找到这个文件然后,打开channelunit.helper.php
找到$sitepath = MfTypedir($sitepath);在if($isdefault==-1)前面加入以下代码:
//跳转网址
if
(
$ispart
>2){
return
$typedir
;
}
if
(
$defaultname
==
'index.html'
){
$defaultname
=
''
;
}