dedecms5.7生成网站普通地图、rss地图乱码,一看网页源代码,感觉网页这里编码出问题了
<meta http-equiv=”Content-Type” content=”text/html; charset=<?php echo $cfg_soft_lang; ?>” />
简单有效解决方法:把5.6的templetsplus中rssmap.htm和sitemap.htm两个文件覆盖5.7的这两个文件,一切都搞定了。
于是修改:templetsplussitemap.htm 、 rssmap.htm 这2个文件,直接修改为:
<meta http-equiv=”Content-Type” content=”text/html; charset=”uft-8″”/>
重新生成后乱码木有了。。