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