Missing Controller

Error: Robots.txtController could not be found.

Error: Create the class Robots.txtController below in file: silvertrees/controllers/robots.txt_controller.php

<?php
class Robots.txtController extends AppController {

	var $name = 'Robots.txt';
}
?>

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

(default) 2 queries took 5 ms
NrQueryErrorAffectedNum. rowsTook (ms)
1DESCRIBE `articles`23233
2SELECT `Article`.`id`, `Article`.`images`, `Article`.`title` FROM `articles` AS `Article` WHERE `Article`.`order` IN (0, 1, 2) AND `Article`.`active` = 1 AND `Article`.`featured` = 1 ORDER BY `display_order` ASC 28282