Forums / Install & configuration / is it possible to make same site under two addreses?

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

is it possible to make same site under two addreses?

Author Message

Vytautas Germanavičius

Monday 18 April 2005 7:36:42 am

I need to make site accessible under two different addreses.
At the moment i see ony one way: to use same database, but different ez instalations to separate settings of siteaccesses and caches.

{set-block scope=root variable=cache_ttl}0{/set-block}

H-Works Agency

Tuesday 19 April 2005 9:38:08 am

Configure two siteaccess with same db, var and design.

That's how i'd do it.

Martin

EZP is Great

Luc Chase

Tuesday 19 April 2005 10:39:06 am

In settings/override/site.ini.append.php set
host mappings.
e.g.
[SiteAccessSettings]
HostMatchType=map
MatchOrder=host
HostMatchMapItems[]=domain01.com;siteAccess01
HostMatchMapItems[]=domain02.com;siteAccess01

The Web Application Service Provider