On Thu, Dec 18, 2008 at 11:31 AM, Alvaro Lopez Ortega <[email protected]> wrote: > On 18-dic-08, at 16:22, Mario César wrote: > >> / Directory Redirection No No No Yes >> Default Default List & Send No No No > > The last two rules of your behavior rules match the same requests, so you > could remove the "Directory /" rule and move that configuration to the > Default rule (that isn't being used at this moment).
Thanks Alvaro, Now the behavior rules that match silverstripe bootstrape are on the default rule. >> The problem is that files from the themes doesn't load ... I need some >> rule that works the same as Any File handling Static Content. > > Check which files don't load, and we'll figure the rules you need to add. Well, It matchs all the files, cherokee found them ... the issue is the 403 error, I am using now a extension rule with the static behavior, for the common extension css, png, gif, js, etc. I am not sure why the Match Any File rule doesn't work, besides looks that silverstripe isn't being developed to be serve by another http server different than apache2, It lacks to guess if the server uses SSL or don't. So I have the half hack :P the core, to avoid sivelstripe to look if the server is using SSL, and putting https:// to al my pages. So, I had silverstripe running on cherokee, using an extension rule instead the Match Any File rule. I have more issues, but I think the problem are on the core of the silverstrip, for example lacks to load some javascript files, that the core generates but on apache2 load them fine ... mmm. If someone wants to test silverstripe, use the 2.3 version from the last revision of the trunk, doesn't have all the features but works quite fine. The 2.2 version is full of problems. Thanks to all. > -- > Octality > http://www.octality.com/ > > -- Mario César Señoranis Ayala. _______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
