Tuesday 20 April 2004 11:07:48 am
Hi there,
I have a multisite(8 sites), multilingual(3 languages each site) configuration, accessing each site using a different Host. Each language of each site has its own siteaccess, but each site has only one design (shared by the 3 languages of the site). Ok, now i have, for accessing each site, something like
HostMatchMapItems[]=firstsite.mysites.com;site0_es
HostMatchMapItems[]=secondsite.mysites.com;site1_es
.
.
.
HostMatchMapItems[]=eighthsite.mysites.com;site7_es ( as you see i start with 0 -- real men start counting at 0 ;) -- )
Well, the default is, as you see the site in spanish, but i want to switch languages too.
But when i try to enter to firstsite.mysites.com/site0_en i get an error (obvious i think as firstsite.mysites.com is "bounded" to hotel0_es). So the question is, can i get a mix beween accessing by host and accessing by uri? I've read something like "put MatchOrder=host;uri" but doesn't wrok, i still get the same error ("module not found")... Any idea? Thanx in advance, Toni
|