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 Dieding@xrow.de

Wednesday 14 March 2007 6:49:36 am

Try to set

ForceVirtualHost to true

maybe that helps

Looking for a new job? http://www.xrow.com/xrow-GmbH/Jobs
Looking for hosting? http://hostingezpublish.com
-----------------------------------------------------------------------------
GMT +01:00 Hannover, Germany
Web: http://www.xrow.com/

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.