It gives me "you don't have permission to access /cakephp/app/webroot on this server开发者_StackOverflow"
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
sites-available is different from sites-enabled, might want to look there.
You should check your firewall logs. It might be blocking something. Is this a Linux server? Also, please provide your entire <Directory ...>
verbiage.
I did a fresh install of cakephp and it solved the problem.
精彩评论