It gives me “you don’t have permission to access /cakephp/app/webroot on this server”
I changed permissions for both document root and /webroot to read/execute all
I changed the apache2 sites-available/default file to
<Directory /var/www/> ...
AllowOverride All
...
Help
I did a fresh install of cakephp and it solved the problem.