我在 cakephp 1.3 上编码。我在将页面重定向到 index.html 时遇到问题。
我的 index.html 在 webroot 文件夹中。我所知道的 cakephp 会直接重定向到 index.html。
当我使用 URL 时,它显示错误..
Error: Controller could not be found.
Error: Create the class Controller below in file: app/controllers/controller.php
<?php
class Controller extends AppController {
var $name = '';
}
?>
我已经关注了一些链接,但它似乎不起作用。我也检查了谷歌。