我在服务器的根目录中有很多文件(纯php中的一个网站),我创建了一个新文件夹并粘贴了我的cakephp网站。 结构是这样的。
file.php
file2.php
another.php
- teste_cake
/*Cakecore here*/
-app
/*folder of the app here, webroot, controller, view, model etc...*/
当我运行http://mydomain.com/teste_cake/controller/action时,他们说没有找到“testeCakeController”。