POST TIME:2020-04-12 22:48
比如你要修改在網站根目錄下,則可以把上面的代碼修改為:if($dopost=="site")
{
$murl = $cfg_cmspath."/data/sitemap.html";
$tmpfile = $cfg_basedir.$cfg_templets_dir."/plus/sitemap.htm";
}
以上為sitemap路徑的修改方法,另外,我們要做到滿意的狀態,我們還需要修改sitemap的模板,即/templets/plus/sitemap.htm,以及/include/sitemap.class.php 這一個文件。if($dopost=="site")
{
$murl = $cfg_cmspath."/sitemap.html";
$tmpfile = $cfg_basedir.$cfg_templets_dir."/plus/sitemap.htm";
}