Hello, As I am migrating every server I had on my hands to cherokee, this time is the turn for scz-learning.com, The main site is on SilverStripe, there is other software like Moodle, Dokeos and Mahara.org, this three works well under cherokee.
Is the cms, the main site being a little bit tricky :'(, Here it's some docs about the installation of SilverStripe: http://doc.silverstripe.com/doku.php?id=installation http://doc.silverstripe.com/doku.php?id=installation-on-lighttpd http://doc.silverstripe.com/doku.php?id=common-problems&s=htaccess Trying so far, I get none output from SilverStripe on Cherokee, looking for the .htaccess that the installer generate it seems pretty similar to setup a project with Zend Framework. The issues I had are that I always get "403 Forbidden You have no access to the requested URL", on the pages that certainly exists as /home, but on the pages that doesn't exist like for example a /efwefwff3, I get a typical 404 error from Silverstripe "The requested page couldn't be found." That told me that the redirections works in a tricky way, but works. Here are the rules that I am using so far: Target Type Handler Auth Enc Exp Final php Extensions FastCGI No No No Check Any file File Exists Static content No No No Check Default Default Redirection No No No The php rules, is the same used on the default vhost, the Redirection Rule on the Default Rule, are like this: Internal ^/([^\?]*)\??(.*) /sapphire/main.php?url=$1&$2 The regexp takes to arguments, the first is anything but not a "?", and the second just anything. If anyone can give it a look to setup a SiverStripe site, would be nice. Best regards, -- Mario César Señoranis Ayala. You received this message because you are subscribed to the cherokee mailinglist. _______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
