Forums / Install & configuration / Mixed Host & URI match

"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".

Mixed Host & URI match

Author Message

E vEs

Monday 08 November 2004 6:39:54 am

Is it possible to mix different siteaccess mathods?

I would like to use "Host Match Map" to match URL's to specific sites, e.g.
HostMatchMapItems[]=www.domain1.tld;site1
HostMatchMapItems[]=www.domain2.tld;site2
HostMatchMapItems[]=www.domain3.tld;site3

And I would like to use e.g. index_admin.php for accessing the admin interface using the same host.domain name.
So I would get:
site1: www.domain1.tld/index.php
admin1: www.domain1.tld/index_admin.php
site2: www.domain2.tld/index.php
admin2: www.domain2.tld/index_admin.php
site3: www.domain3.tld/index.php
admin3: www.domain3.tld/index_admin.php