Sunday 15 November 2009 12:13:48 pm
Hello, I am setting up a 4.2 install in virtual host mode. I get the front page, and the user login works as well. However, when I try to go to the admin siteaccess by entering the URL, I get uninterpreted php code--the index.php no doubt. When I try to access the admin interface through the Ez Webin login (by checking the box to do so), I get a Kernel error (20), and Firebug NET displays a POST 404 error at the URL http://www.domain.com/index.php/domain_admin/user/login Does anyone have any light they can shed on this problem? [SiteSettings]
DefaultAccess=eng
SiteList[]
SiteList[]=domain
SiteList[]=eng
SiteList[]=domain_admin
SiteList[]=iphone
RootNodeDepth=1
[UserSettings]
LogoutRedirect=/
[SiteAccessSettings]
CheckValidity=false
ForceVirtualHost=true
AvailableSiteAccessList[]
AvailableSiteAccessList[]=domain
AvailableSiteAccessList[]=eng
AvailableSiteAccessList[]=domain_admin
AvailableSiteAccessList[]=iphone
MatchOrder=host
HostMatchMapItems[]=www.domain.com;domain
HostMatchMapItems[]=domain_admin
|