Closed (fixed)
Project:
XML sitemap
Version:
7.x-2.0-rc1
Component:
xmlsitemap.module
Priority:
Minor
Category:
Support request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
3 May 2011 at 22:34 UTC
Updated:
1 Apr 2015 at 23:14 UTC
Jump to comment: Most recent
Comments
Comment #1
jawi commentedsame issue here.
After changing the adress from http://development.site.com to http://site.com and change the base_url in the settings.php to settings.php , the url of to the XML file remains the same.
Perhaps I need to use the install or update script, or change adress in the database?..
Comment #2
wim leersDoes this problem still exist?
Comment #3
wim leersClosing due to lack of response.
Comment #4
zanndoth commentedProblem still exist. Just wet 'live' yesterday and the url on the sitemap is wrong. Tried deleting the sitemap and generate a new one but the problem is still there.
Comment #5
solomonson commentedSame here. It's still an issue. I found that it has to do with the variable table in the database. I used the following query to fix it:
UPDATE variable SET value='s:99:"http://example.com";' WHERE name='xmlsitemap_base_url';
Where the 99 is the length of your domain (including the http and all) and example.com is your domain.
Comment #6
wim leersI don't see how this can be caused by the CDN module. It's fine e.g. on http://wimleers.com/sitemap.xml and http://driverpacks.net/sitemap.xml.
Moving to the XML Sitemap module issue queue.
Comment #7
Anonymous (not verified) commentedThis is a common misconfiguration case. You need to go to admin/config/search/xmlsitemap/settings, open the "Advanced Settings" field group, go to the "Default base URL" field and update it.
Comment #8
wim leersThere we go — thanks :)
It didn't make any sense to me at all why this was in the CDN issue queue :)
Comment #9
HalB commentedMakes no difference for me. Its still the wrong domain name. I've rebuilt it at least 6 times. I'll try the uninstall method.
Comment #10
HalB commentedCorrection ... caching issue with chrome. All is well.
Comment #11
Anonymous (not verified) commentedWhat is your $base_url set to in settings.php?
How do you process the cron.php file?
Comment #12
javier.martin commentedI had the same problem but earnie solution run perfect for me.
Forget edit settings.php, only change base_url on "Advanced settings" in admin/config/search/xmlsitemap/settings, clean cache, run cron and try again.
Thanks.
Comment #13
rooby commentedDefinitely try clearing browser cache after making the base url change too.
I think this can be marked fixed now.
It can be reopened if need be.