Dede默认生成首页后,首页的链接后面会多出一个index.html。据官方说法这样有利于网站优化。
但是这个index.html怎么看都不舒服,而且也不利于seo中主页url的统一。因为我的网站的url用.htaccess转向统一都是www,而带.com结尾的。 所以出于不让首页权重分散考虑,同时也是美观考虑,dede首页的index.html还是得去掉好。 网上给出的dede首页去掉index.html的方法如下: 1.按官方给的更新说明 替换index.php的内容 生成动态, 如果首页不需要生成HTML的, 把index.php换成下面代码<?phpif(!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();?>当然如果要生成html就不行了。 2.直接删除CMS根目下的index.php文件,
新闻热点
疑难解答