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