Missing Controller
Error:
Main.htmController could not be found.
Error:
Create the class Main.htmController below in file: app/controllers/main.htm_controller.php
<?php
class Main.htmController extends AppController {
var $name = 'Main.htm';
}
?>
Notice:
If you want to customize this error message, create app/views/errors/missing_controller.ctp |