Error: The action index.html is not defined in controller MainController
Error: Create MainController::index.html() in file: app/controllers/main_controller.php.
<?php
class MainController extends AppController {
var $name = 'Main';
function index.html() {
}
}
?>
Notice: If you want to customize this error message, create app/views/errors/missing_action.ctp.