在帝国cms中,首页的链接是后面有index.php或者index.html的,所以应该去掉.
问:你的位置 点击首页总是会有xxx.com/index.html 这个不仅分散了权重还坑爹,如何去掉呢?
答:打开文件e/class/connect.php
搜索:function ReturnSiteIndexUrl()
将:$file=$public_r['newsurl'].'index'.$public_r['indextype'];
改为:$file=$public_r['newsurl'];
刷新页面即可
新闻热点
疑难解答