m.rutter
-
9/4/2009 4:26:41 AM
Which is the best practice to implement multiple sub-sites
Hi everybody, I need to better understand which is the best approach to implement a single site splitted into many sub-sites.
Here is my case. I'm designing the company site for a customer of mine. The site should have istitutional content common to all sub-sites. Moreover many sub-sites must exists, one for each company's division, each with its own home-page and content.
The template for each home page is shared across the sites but the content not (for example text, menu items, CSS, logos etc. change for any sub-site).
I'm in doubt with two different solutions both of them starts with a shared installation of Kentico CMS in Portal Engine mode:
Sol.1 Each division has its own URL (division1.customer.com, division2.customer.com) therefore I must create a new site for each division. I'm not sure I can share a common master page/home page across sites.
Sol.2 I create a single site (www.customer.com). In Kentico CMS I create a subfolder for each division (/division1, /division2). In this way I should be able to create a single master page, single home page and single subpages templates each of them can read the content from the referred subfolder (using a data repeater with "{0}/logo.jpg", "{0}/style.css" and so on). I remember I read something like that on Kentico forum but I can't find the post anymore.
Finally, main site and sub-sites could have different languages/cultures.
Many thanks for any comment.
Regards, MR
|