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'.

CommentFileSizeAuthor
#6 neu-2.JPG100.3 KBHolger2509

Comments

darren oh’s picture

Status: Active » Closed (works as designed)

This 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.

Holger2509’s picture

that 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

darren oh’s picture

You will have to be specific about the error so I can understand the problem.

Holger2509’s picture

thanks 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

darren oh’s picture

Status: Closed (works as designed) » Postponed (maintainer needs more info)

A JPEG would help. Is the module enabled on all your sites?

Holger2509’s picture

StatusFileSize
new100.3 KB

i 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

:-)

darren oh’s picture

Status: Postponed (maintainer needs more info) » Closed (works as designed)

There'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.

Holger2509’s picture

Assigned: Unassigned » Holger2509
Status: Closed (works as designed) » Closed (fixed)

thanks - for - your help

Holger

Eugene Fidelin’s picture

You could set $base_url in settings.php
Thaks it help me too