Tuesday 08 March 2005 3:29:53 am
Hi,
I am trying to basically set up four different site accessess.
In the end it should look like:
biz.ez.local
personal.ez.local and two corresponding admin sites.
But it does not work. I just always get an admin login page. And because the site title is always the same, i think it somehow doesnt look into the right siteaccess directory.
I tried it with host mapping and regexps as it is described in the manual. I think my apache conf is right as i get forwarded to the ez folder. Here some conf entries:
[SiteSettings]
DefaultAccess=biz
SiteList[]=biz, personal
[SiteAccessSettings]
CheckValidity=false
MatchOrder=host
HostMatchRegexp=^(.+)\.ez\.local$
HostMatchSubtextPost=\.ez\.local
and from siteacces/biz/site.append.ini:
[SiteSettings]
SiteName=John Selby Business
SiteURL=biz.ez.local
|