Thursday 27 March 2003 2:30:20 am
You should create one siteaccess per language and one for the main site. I would also suggest using url based siteaccess matching, that way you can easily add new languages without specifying new hosts. If you use two hosts one for admin and one for user you can use specify this in site.ini:
[SiteAccessSettings] MatchOrder=host;uri
HostMatchType=map HostMatchMapItems[]=myadminhost.com;admin
[SiteSettings] DefaultAccess=user
That way it will first try host matching and match the admin, if admin is not matched it will try url based using DefaultAccess if none is specified.
Then create one siteaccess per language for instance sp (spanish) and fr (french), you will then get url's like this:
/sp/content/view/full/2 and /fr/content/view/full/2. It can also be a good idea to use a different siteaccess for the default site to avoid urls like /user/content/view/full/2.
--
Amos
Documentation: http://ez.no/ez_publish/documentation
FAQ: http://ez.no/ez_publish/documentation/faq
|