婷婷综合国产,91蜜桃婷婷狠狠久久综合9色 ,九九九九九精品,国产综合av

主頁 > 網站建設 > 建站知識 > 使用DEDECMS模板首頁去掉index.html的方法

使用DEDECMS模板首頁去掉index.html的方法

POST TIME:2017-12-02 22:09

DEDECMS模板默認的首頁生成后,鏈接后面會多出一個index.html。官方那邊的說法是有利于網站優化。

但并非每個人都喜歡首頁鏈接多出一個index.html。想去掉,其實并不難。這里讓dedecms模板中心來教你們如何去掉dedeCMS首頁鏈接上的index.html。

有兩種方法:

第一:可以聯系你的空間商把index.html 設置為默認文檔即可

第二:改動根目錄下的index.php文件。

原代碼

<?php

if(!file_exists(dirname(__FILE__).'/data/common.inc.php'))

{

header('Location:install/index.php');

exit();

}

//自動生成HTML版

if(isset($_GET['upcache']))

{

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->SaveToHtml(dirname(__FILE__).'/index.html');

include(dirname(__FILE__).'/index.html');

exit();

}

else

{

header('HTTP/1.1 301 Moved Permanently');

header('Location:index.html');

}

?>

替換為

<?php

if(!file_exists(dirname(__FILE__).'/data/common.inc.php'))

{

header('Location:install/index.php');

exit();

}

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();

?>

這樣就可以完全去掉DEDECMS模板建站首頁顯示index.html的煩惱!



收縮
  • 微信客服
  • 微信二維碼
  • 電話咨詢

  • 400-1100-266
主站蜘蛛池模板: 新野县| 阿尔山市| 镇平县| 新疆| 玛曲县| 绵阳市| 神池县| 从江县| 沙河市| 南丹县| 昌邑市| 九龙城区| 白水县| 贺州市| 盐山县| 石阡县| 渭源县| 庄河市| 杭锦后旗| 五指山市| 望城县| 施秉县| 阆中市| 志丹县| 什邡市| 西峡县| 西吉县| 南阳市| 曲沃县| 隆子县| 嘉荫县| 昔阳县| 梁河县| 乌拉特前旗| 铜山县| 伊金霍洛旗| 定兴县| 体育| 永吉县| 洞头县| 文成县|