首页 >

织梦DedeCMS首页去index.html

如果首页中有index.html不利于SEO,蜘蛛用主域名跟踪到你网站的时候结果多了个index.html,结果导致分散了权重

织梦DedeCMS首页去index.html

解决方法:将根目录下的index.php文件更改为:

<?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
  • 织梦DedeCMS后台采集数据库批量替换安全确认码不显示完美搞定方式
  • 织梦DedeCMS后台采集数据库批量替换安全确认码不显示完美搞定方式 | 织梦DedeCMS后台采集数据库批量替换安全确认码不显示完美搞定方式 ...

    织梦DedeCMS首页去index.html
  • Dede学习:织梦DedeCMS制作首页banner后台上传!
  • Dede学习:织梦DedeCMS制作首页banner后台上传! | Dede学习:织梦DedeCMS制作首页banner后台上传! ...

    织梦DedeCMS首页去index.html
  • 如何一次性删除织梦DedeCMS中所有等待审核的文档
  • 如何一次性删除织梦DedeCMS中所有等待审核的文档 | 如何一次性删除织梦DedeCMS中所有等待审核的文档 ...