cakephp/app/webroot/ not found when installing cakephp on Apache servor
问题 What I'm trying to do: I've developed a web application with cakephp 2.2.1 on wamp. Now I want to install it on an Apache server (version 2.2.16). Error : The requested URL /inetpub/wwwroot/cakephp/app/webroot was not found on this server. What I did: That's seemed to me to be a .htaccess error. I checked that LoadModule rewrite_module libexec/apache2/mod_rewrite.so was uncommented. I made sure that Options FollowSymLinks AllowOverride All was enabled for the wwwroot/cakephp dir. Then I