Needs work
Project:
XML sitemap
Version:
7.x-2.x-dev
Component:
xmlsitemap.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 May 2015 at 22:05 UTC
Updated:
17 Apr 2023 at 20:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
zhuber commentedThe following patch allows each language/domain to have a separate base URL for the sitemap URI.
Comment #2
zhuber commentedComment #4
zhuber commentedComment #5
chris matthews commentedThe 4 year old patch in #4 to xmlsitemap.module does not apply to the latest xmlsitemap 7.x-2.x-dev and if still applicable needs a reroll.
Comment #6
Anonymous (not verified) commentedReroll
Comment #7
askovdal commentedPatch for version 2.6
Comment #8
amit.drupal commentedPatch #6 and Patch #7 both are similar.
Comment #9
rpayanmComment #11
arpas commentedPatch #6 can be applied to version 7.x-2.6 but will overwrite global base_url!
Function
xmlsitemap_sitemap_uriin module version 7.x-2.6 is usingglobal $base_url;so patch must be updated to prevent global base_url overwrite.Comment #12
poker10 commentedAs mentioned in #11, the last patches are wrong, as they overwrite global base_url. Switching to Needs Work.