Readable version;
We have a large number of child portals (~100) with a single portal alias e.g. (www.mysite.com/US)
We also have the master portal with root site as an alias and it's own language alias e.g. (www.mysite.com and www.mysite.com/UK)
We are finding that Sitemaps are generating without the portal aliases included (intermittently).
The sitemap URL e.g http://www.mysite.com/sitemap.aspx?portalid=70 results in all URLs of the form:
http://www.mysite.com/pagename.aspx
even though portal id 70 has portal alias of 'UK' and therefore should generate in the form:
http://www.mysite.com/UK/pagename.aspx.
Deleting the sitemap.xml and navigating via http://www.mysite.com/UK/Sitemap.aspx generates the correct URLs but the next time the xml refreshes it is wrong again.
A decent workaround would be to change the default sitemap URL for each portal to the /UK/Sitemap.aspx variant.
Any information on how to do this would also be welcome
We are using 6.0.1
Thanks