Missing Controller

Error: RightSpace.htmController could not be found.

Error: Create the class RightSpace.htmController below in file: app/controllers/right_space.htm_controller.php

<?php
class RightSpace.htmController extends AppController {

	var $name = 'RightSpace.htm';
}
?>

Notice: If you want to customize this error message, create app/views/errors/missing_controller.ctp

By Francisco Alfaro