If a user has a custom url pointing to their subdomain, the xmlsitemap should return the custom url in the links--not the subdomain. Example:
Domain alias = custom.com -> sub.parent.com
xmlsitemap currently for page /xyz:
sub.parent.com/xyz
Should be able to return sitemap using the base url setting entered at admin/settings/xmlsitemap/settings so it returns the following xmlsitemap for page /xyz:
custom.com/xyz
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | base_url-1138596-1.patch | 585 bytes | digitalfrontiersmedia |
Comments
Comment #1
digitalfrontiersmediaPatch attached providing the above feature.