Sunday 09 September 2007 8:56:22 am
Hi,
I think that you are looking for "IndexPage" option : http://ez.no/doc/ez_publish/technical_manual/3_9/reference/configuration_files/site_ini/sitesettings/indexpage With only one instance, you just have to create X subfolders under your root node (node_id=2) and then configure one siteaccess for each of this child. In each site.ini.append.php, just add :
[SiteSettings]
IndexPage=/content/view/full/YOUR_SUB_NODE_ID
And then , you can have 1 admin instance for X sites. Of course, it means than all your sites are on the same server, but you can always use a cluster server configuration. Hope this helps...
|