私は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 = '';
}
?>
いくつかのリンクをたどりましたが、うまくいかないようです。私もグーグルで調べました。