Thursday 20 May 2010 3:04:47 am
Hello Juan, Have you been using the following settings in your override site.ini:
[SiteAccessSettings]
CheckValidity=false
AvailableSiteAccessList[]=siteaccess1
AvailableSiteAccessList[]=siteaccess2
AvailableSiteAccessList[]=admin_siteaccess
MatchOrder=host
HostMatchMapItems[]=
HostMatchMapItems[]=siteaccess1.com;siteaccess1
HostMatchMapItems[]=siteaccess2.com;siteaccess2 HostMatchMapItems[]=admin_siteaccess.com;admin_siteaccess The next step to setup multiple sites: is to make sure that in the site.ini.append.php of each siteaccess you have the following settings:
[SiteSettings]
RootNodeDepth=2
DefaultPage=/content/view/full/242 <- put here the node_id of the root of your siteaccess IndexPage=/content/view/full/242
[SiteAccessSettings] PathPrefix=siteaccess1 <- the name of the root folder you wish to remove from your url
|