Localhost issues

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 ?

Can you share the wamp (apache/php) configuration?

Just resolved that.

I had some virtualhost defined in apache config, once I removed them it worked correctly.
I don’t know why they were causing issue since all other websites in localhost were working correcly.

Anyway, if someone have similar issue: look at vhost config.