最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
dedecms的sitemap.html生成在网站根目录
时间:2022-06-25 16:36:36 编辑:袖梨 来源:一聚教程网
1、首先在网站根目录下建立rss文件夹
2、修改/dede/makehtml_map.php文件
将
代码如下 | 复制代码 |
$cfg_cmspath."/data/sitemap.html"; |
修改为:
代码如下 | 复制代码 |
$cfg_cmspath."/sitemap.html"; |
将
代码如下 | 复制代码 |
$cfg_cmspath."/data/rssmap.html"; |
修改为:
代码如下 | 复制代码 |
$cfg_cmspath."/rssmap.html"; |
3、修改/include/arc.rssview.class.php文件将
代码如下 | 复制代码 |
$murl = $GLOBALS['cfg_cmspath']."/data/rss/".$this->TypeID.".xml"; |
修改为:
代码如下 | 复制代码 |
$murl = $GLOBALS['cfg_cmspath']."/rss/".$this->TypeID.".xml"; |
4、修改/include/sitemap.class.php文件
将以下内容
代码如下 | 复制代码 |
$typelink = $GLOBALS['cfg_cmsurl']."/data/rss/".$row->id.".xml"; |
修改为:
代码如下 | 复制代码 |
$typelink = $GLOBALS['cfg_cmsurl']."/rss/".$row->id.".xml"; |
此时再到网站后台生成网站地图的时候,就会直接生成到网站根目录了。
相关文章
- 《彩色点点战争》推图常用三大主c玩法详解 01-23
- 《燕云十六声》池鱼林木任务攻略 01-23
- 《大连地铁e出行》查看行程记录方法 01-23
- 《明日方舟》2025春节限定干员余角色介绍 01-23
- 《崩坏:星穹铁道》万敌光锥搭配攻略 01-23
- 《燕云十六声》一药千金任务攻略 01-23