Forums / Install & configuration / Switched MatchOrder from URI to HOST, admin not working

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

Switched MatchOrder from URI to HOST, admin not working

Author Message

Christian Johansen

Wednesday 14 March 2007 3:27:10 am

There must be some configuration setting I forgot or something like that. I had my site set up with /index.php/siteaccess/ and then I changed the Apache-setup to Virtual Host setup, and changed /settings/override/site.ini.append.php from

[SiteAccessSettings]
CheckValidity=false
AvailableSiteAccessList[]=mysite
AvailableSiteAccessList[]=mysite_admin
MatchOrder=uri
[SiteAccessSettings]
CheckValidity=false
AvailableSiteAccessList[]=mysite
AvailableSiteAccessList[]=mysite_admin
MatchOrder=host
HostMatchMapItems[]=mysite.com;mysite
HostMatchMapItems[]=admin.mysite.com;mysite_admin

Now "mysite" works great. The admin shows up, but all the links are like /index.php/content/view/full/2 ie, without siteaccess. Why's that index.php still stick around? The "mysite" access uses ezroot consistently, so I suspect I'll get the same problem there if I change to ezurl.

Björn X

Wednesday 14 March 2007 6:49:36 am

Try to set

ForceVirtualHost to true

maybe that helps