Forums / Setup & design / multiple sites

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

multiple sites

Author Message

Jupp Schmitz

Tuesday 03 June 2003 7:35:03 am

I have a few questions on setting up multiple sites:

1. do I have to modify Apaches VirtualHost settings for each site?
<VirtualHost xxx.xxx.xxx.xxx>
.....
RewriteRule ...... /.. /Exponential/index.php/site1
.....
</VirtualHost>

<VirtualHost xxx.xxx.xxx.xxx>
.....
RewriteRule ...... /.. /Exponential/index.php/site2
.....
</VirtualHost>

2. Do I have an admin-page for all sites together? If yes, how do control in wich site my content appears?

Thanks for advice!

Karsten Jennissen

Tuesday 03 June 2003 9:35:25 am

1) You don't have to modify Apache settings for each site. Just create aliases for all the domains you want to use to be rewritten to ../index.php

The site access logic is controlled via Exponential .ini files. in /settings/siteaccess/site.ini find the section [SiteAccessSettings] and determine the mapping of domains/uris/ports to your logical sites.

2) If you want different content for your different sites, you should use one admin site for each and of course use separate databases.