• [织梦吧]唯一域名:www.dedecms8.com,织梦DedeCMS学习平台.

当前位置: > DedeCMS教程 > DedeCMS安装使用 >

DEDE首页真正去掉index.html的方法

来源: www.dedecms8.com 编辑:织梦吧 时间:2011-02-08点击:

 新版的dede,默认的首页生成后,链接后面会多出一个index.html。官方那边的说法是有利于网站优化

但并非每个人都喜欢首页链接多出一个index.html。想去掉,其实并不难。这里让Isolated http://www.baoluowanxiang.com来教你们如何去掉dede首页链接上的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();

?>


搞定,收工。

标签:

About D8

  • ©2014 织梦吧(d8) DedeCMS学习交流平台
  • 唯一网址 www.DedeCMS8.com 网站地图
  • 联系我们 1978130638@qq.com ,  QQ