若您的网站使用长URL(如example.com/files/folder/sitemap.html),可通过htaccess改为"example.com/sitemap"。 根据需求修改以下代码并添加到htaccess文件: RewriteEngine on RewriteRule ^sitemap/$ /files/folder/sitemap.html [L]