Closed (fixed)
Project:
XML sitemap
Version:
5.x-1.2
Component:
xmlsitemap
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
13 Nov 2007 at 09:18 UTC
Updated:
21 Dec 2007 at 12:48 UTC
Jump to comment: Most recent file
when i have multiple domain names on my basic domain and i will open the sitemap.xml i get a xml error message like this
'http://www.xyz.de/system/files/xmlsitemap/gss.xsl'.
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | neu-2.JPG | 100.3 KB | Holger2509 |
Comments
Comment #1
darren ohThis probably happens because you have more than one site using the files directory, causing conflicts. You must use a different files directory for each site.
Comment #2
Holger2509 commentedthat works all the time before perfect, what means different files directory. xyz1.com = /folder1 xyz2.com= /folder 2 both with the same sql data base? we do have about 24 different domain names for one space..... this is not the way to handle this problem....
please think about another way to handle this
greetings Holger
Comment #3
darren ohYou will have to be specific about the error so I can understand the problem.
Comment #4
Holger2509 commentedthanks for your help -
i will open the basic domain name with the ending sitemap.xml and the sitmap function will work good.....
like this http://www.123.de/sitemap.xml (Main Domain Name) = sitemap=okay
then i will use another domain name http://www.1234.de/sitemap.xml (folder and database are the same las www.123.de)
we do use a single IP and the same folder structure for all domains (all use same folder= d:\wwwroot\123\drupal-files)
when i open the sitemap.xml from another domain (not the main domain) i will get a error message in the internet explorer that the file / folder is incorrect. http://www.123.de/system/files/xmlsitemap/gss.xsl (directory (system) does not exist)
what else information you need - i can give you a jpg from the explorer if needed
Greetings a thanks a lot for your help
Holger
Comment #5
darren ohA JPEG would help. Is the module enabled on all your sites?
Comment #6
Holger2509 commentedi have just one drupal installation and more than 20 domain names, so i just can enable it on one domain the master domain.
i will make 2 scrennshots from the IE next time.......thank you
try the master domain www.gyroseven.de / http://www.gyroseven.de with sitemap.xml
and then the same domain as www.gyro-seven.de/sitemap.xml
:-)
Comment #7
darren ohThere's nothing wrong with the site map. Whether gss.xsl is available depends on the browser. It seems that some browsers will not load XSL from outside the page domain.
You could set $base_url in settings.php to www.gyroseven.de for all your domains. Then your site will always know its real domain.
Comment #8
Holger2509 commentedthanks - for - your help
Holger
Comment #9
Eugene Fidelin commentedYou could set $base_url in settings.php
Thaks it help me too