Needs work
Project:
XML sitemap
Version:
7.x-2.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Oct 2011 at 14:16 UTC
Updated:
28 Nov 2018 at 15:23 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
jasonabc commentedanyone??
Comment #2
jasonabc commentedWow - I guess not :-(
Comment #3
Anonymous (not verified) commentedDoes Global Redirect help?
Comment #4
jasonabc commentedHey - thanks for the post. I've never tried Global Redirect but will give it a whirl - thanks. Was hoping that XMLSiteMap would look at the PathAuto alias before generating all the node URLs? From what I've read in this issue queue that is how it is supposed to work but I have the latest version installed, have tried completely uninstalling/reinstalling and still no joy.
Comment #5
Anonymous (not verified) commentedXmlsitemap uses the normal Drupal core API to get the paths. So, if there is an issue with the path being incorrect it is in the core API.
Comment #6
jasonabc commentedOk - but why doesn't XmlSiteMap reference PathAuto? We have all these aliases of our taxonomy terms set for SEO purposes. Surely it makes sensefor XMLSiteMap to pull the aliases PathAuto has stored?
Comment #7
Anonymous (not verified) commentedThe pathauto module is nothing more than a module that hooks the node and taxonomy to create paths using the core Path module hooks. There is nothing special xmlsitemap needs to do just because you're using pathauto. They are autonomous and one does not affect the other.
Comment #8
AgaPe commentedMaybe it helps somebody, I had a similar issue and it was caused by domain module i am using. I had to replace the creating path function with one from domain module.
Comment #9
proofoftom commentedComment #10
proofoftom commentedComment #11
proofoftom commentedFixes the XML Sitemap query to select from the domain_path table if the module is enabled, since it takes over aliases.
Comment #12
proofoftom commentedComment #13
proofoftom commentedComment #14
proofoftom commented