Wednesday 06 July 2011 4:02:11 am
I have a 2011.5 site up and running and I'm having some issues with the cache not getting updated when editing content. I have set up multiple siteaccesses as I always have. Unfortunately for some reason if I use the default siteaccess created at install everything is a ok but if I use one of mine there is no update. I see the cache file being created in the right place and so on but it just does not get updated when I edit. I've set the following: settings/override/site.ini.append.php [...]
[SiteSettings]
DefaultAccess=mysite1
SiteList[]=mysite1 SiteList[]=mysite2
[SiteAccessSettings]
CheckValidity=false
AvailableSiteAccessList[]=mysite1
AvailableSiteAccessList[]=mysite2
MatchOrder=uri;host
HostMatchType=map HostMatchMapItems[]=www.mysite1.com;mysite1 [...] settings/siteaccess/mysite1/site.ini.append.php [...]
[SiteAccessSettings]
PathPrefix=mysite1
RequireUserLogin=false
RelatedSiteAccessList[]=mysite1
RelatedSiteAccessList[]=site_admin ShowHiddenNodes=false
[Session] SessionNameHandler=custom [...] -bernt
|