Tuesday 21 October 2003 7:49:59 am
I believe you want something like this:
mit.university.com
berkeley.university.com
stanford.university.com
yale.university.com ...etc.. ..where you have 4 sites (don't mind the hostnames, they do not have to be subdomains - this is just an example) and each site has a different look. In other words, each site has its own custom _design_. However, each and every site uses the exact same database to display the same information. Right? If so: this can easily be achieved using the _site access subsystem_ that is a part of eZ publish. What you do is this (simplified explanation): 1. Make a site that uses a database. 2. Create several _site accesses_ that trigger on different URLs and thus use different _designs_. 3. Make sure that each and every site access that you create uses the same database. Check out the site access doc. page: http://ez.no/developer/ez_publish_3/documentation/configuration/configuration/site_access Balazs
|