Forums / Setup & design / multiple domains
Barnie de Berlin
Monday 13 August 2007 10:29:51 am
Before going through the ordeal of installing ezpublish I like to know if it will be possible to manage several sites/domains while only using <b>one</b> instance of the ezpublish kernel.
E. g. ezpublish is on www.main.com, it "serves" content on www.main.com, www.main.com/subdomain, www.site-x.fr, www.anysite.no, ..., you-name-it.com
In case, will these sites/domains to be on a single server or on a single host?
Andreas Kaiser
Monday 13 August 2007 11:47:32 am
Hi,
eZ Publish can handle multisites from one ezp installation. We have a client that has an ez publish installation with 6 domains (with different designs and content for every domain) managed from one admin area.
Also these sites are on one host...
eZ Partner in Madrid (Spain) Web: http://www.atela.net/
Bruce Morrison
Monday 13 August 2007 7:49:50 pm
Hi Barnie
Like Andreas we have a number of clients where there are multiple distinct sites with their own domains running from a single eZ publish install. These sites share a database and the admin interface.
e.g. http://www.nattrust.com.au/ http://www.melbournemaritimemuseum.com.au/ http://www.gulfstation.com.au/http://www.ripponleaestate.com.au/
In general we run all sites that share a common eZ publish version off a single eZ publish source install. Individual clients have separate databases, settings and design diectories.
HTH
CheersBruce
My Blog: http://www.stuffandcontent.com/ Follow me on twitter: http://twitter.com/brucemorrison Consolidated eZ Publish Feed : http://friendfeed.com/rooms/ez-publish
Michael Kress
Tuesday 21 August 2007 6:53:35 am
Is there any article that describes how to setup a multi site installation? TIAMichael
Kathy Chavez
Sunday 09 September 2007 7:30:31 am
I'm looking to do a multiple site installation, 5 domains. But I want to administer all sites from one admin.
If this is possible, where is the documentation for it?
Thanks,K
André R.
Sunday 09 September 2007 1:43:26 pm
Most settings you need to be concern about can be found here:http://ez.no/doc/ez_publish/technical_manual/3_9/reference/configuration_files/site_ini/siteaccesssettings
Set MatchOrder to host to match on host name, then use HostMatchMapItems to map host names to siteaccess. If you want to use same database or not is up to you.
You also need to modify (override some of) the templates to avoid using the template_look class (the one you see if you click 'settings' from the front end or 'design' -> 'visual configuration' from the admin). Basicly since it's not multisite safe (it puts some of the settings in the override settings so they will affect all sites..).
eZ Online Editor 5: http://projects.ez.no/ezoe || eZJSCore (Ajax): http://projects.ez.no/ezjscore || eZ Publish EE http://ez.no/eZPublish/eZ-Publish-Enterprise-Subscription @: http://twitter.com/andrerom
Sunday 09 September 2007 5:53:43 pm
Can you explain more about the template_look class and what I need to do? and where?