Hi,
Can’t get it working on windows wamp PHP 5.5, when I call sitecake.php I have a neverending page loading.
Nothing in PHP logs, in apache logs there is: [authz_core:error] [pid 528:tid 796] [client ::1:65310] AH01630: client denied by server configuration: C:/Apache24, referer: http://localhost/sitecake/
Begin to check in in code where was the problem but it gets quite complicated, as far as I went the problem comes from this line : $response = $this[‘kernel’]->handle($request, $type, $catch);
in /sitecake/2.2.9/server/vendor/silex/silex/src/Silex/Application.php
Any idea ?