第一种: 虚拟主机的话,就是在你的空间控制面板中,将index.html默认首页的优先级设为最高。一般的空间都会提供这种功能。还有以IIS6为例,在IIS里右键属性-文档,添加index.html,移动到最上面。如图:
怎么去掉dedecms织梦首页后面的index.html
require_once (dirname(__FILE__) . "/include/common.inc.php");require_once DEDEINC."/arc.partview.class.php";$GLOBALS['_arclistEnv'] = 'index';$row = $dsql->GetOne("Select * From `dede_homepageset`");$row['templet'] = MfTemplet($row['templet']);$pv = new PartView();$pv->SetTemplet($cfg_basedir . $cfg_templets_dir . "/" . $row['templet']);$pv->Display();?> |
新闻热点
疑难解答