Missing Controller

Error: SiteController could not be found.

Error: Create the class SiteController below in file: app/Controller/SiteController.php

<?php
class SiteController extends AppController {

}

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

Stack Trace

#0 /home/echangeuy/www/app/webroot/index.php(96): Dispatcher->dispatch(Object(CakeRequest), Object(CakeResponse))
#1 {main}