This leads to odd behavior where the sitemap XML is generated but it's not viewable in a browser because the XSL file to render it is coming back as a 404.
Not sure if this is just an issue with the module or if there's a config element that we can modify to correct this.
It looks like sitemaps on sites have the XSL generator path as a root-relative link instead of a site-relative link (e.g. https://www.colorado.edu/sitemap_generator/default/sitemap.xsl instead of https://www.colorado.edu/strategicrelations/sitemap_generator/default/sitemap.xsl )
This leads to odd behavior where the sitemap XML is generated but it's not viewable in a browser because the XSL file to render it is coming back as a 404.
Not sure if this is just an issue with the module or if there's a config element that we can modify to correct this.