修改/admin/route/other.php文件大概第126行将
<?xml version="1.0" encoding="utf-8"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
{$forum_xml}
</sitemapindex>
替换为
<sitemapindex>
{$forum_xml}
</sitemapindex>
每日壁纸
17年互联网心路历程
17年互联网心路历程
关于wellcms的百度地图索引主文件错误修改办法
修改/admin/route/other.php文件大概第126行将
<?xml version="1.0" encoding="utf-8"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
{$forum_xml}
</sitemapindex>
替换为
<sitemapindex>
{$forum_xml}
</sitemapindex>