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