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