Quick question. I'm using Multisite on WP 3.2.1, and I need to generate sitemaps. Now, the primary site point to something like http://www.domain.com/sitemap.xml with the file path being /root/sitemap.xml, which is what I wanted.
But the secondary site point to something like subdomain.domain.com/sitemap.xml, which is fine, but the file path is /root/sitemap.xml, which is the SAME as that of the primary site.
How is this going to end up with? If I generate a new sitemap for the secondary site, will it overwrite the file content or append to it?
Regards,
Angela