Cakephp

Anyone has installed a cakephp application in bplaced? I’ve got some trouble with mine. It only appear a blank page. Some ideas? Thanks :slight_smile:

hi,

do you mean cake pies, generated by GD …?
this works fine here, please post your code for further investigation…

ciao

No, cakephp (cakephp.org) it’s a php framework to develop applications in php. Thanks for your reply.

this is my .htaccess if someone have some ideas…

<IfModule mod_rewrite.c>
   RewriteEngine on
   RewriteRule    ^$ app/webroot/    [L]
   RewriteRule    (.*) app/webroot/$1 [L]
</IfModule>

Syntax is correct…