| Tuesday 11 December 2007 1:57:39 pm 
                                                                 Correction: it partly works. I've bumped my previous post so people can see where I got 
I've got two sections to the site, 'site' and 'admin'They each have site.ini.php in the respective /settings/siteaccess/ folders, and each have the same database settings entered in; I've checked.
 However, going to index.php/admin/ results in the same page as index.php/site/ 
I don't understand why this is. In /settings/override/site.ini.append.php, I have the following:
 AvailableSiteAccessList[]=site
 AvailableSiteAccessList[]=admin
 
In /settings/admin/site.ini.append.php and /settings/site/site.ini.append.php the following is set:RelatedSiteAccessList[]=site
 RelatedSiteAccessList[]=admin
 Also in /settings/admin/site.ini.append.php is the requirement for users to login. However, on the previous setup, the site index.php/admin/ works fine What appears to be the case is that Exponential is not obtaining the siteaccess tags to properly choose the siteaccess. Is this an apache misconfiguration? I have apache 2.0.55 running, but no idea how to determine if I'm running the pre-fork version |