Error: The action index is not defined in controller SiteController
Error: Create SiteController::index() in file: app/controllers/site_controller.php.
<?php
class SiteController extends AppController {
var $name = 'Site';
function index() {
}
}
?>
Notice: If you want to customize this error message, create app/views/errors/missing_action.ctp