Missing Controller

Error: Robots.txtController could not be found.

Error: Create the class Robots.txtController below in file: bandg/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 bandg/views/errors/missing_controller.ctp

(default) 9 queries took 10 ms
NrQueryErrorAffectedNum. rowsTook (ms)
1DESCRIBE `aros`772
2DESCRIBE `acos`772
3DESCRIBE `aros_acos`772
4SELECT `Location`.*, COUNT(`Restaurant`.`id`) AS count FROM `locations` AS `Location` LEFT JOIN restaurants AS `Restaurant` ON (`Restaurant`.`location_id` = `Location`.`id` AND `Restaurant`.`active` = 1) WHERE `Location`.`active` = 1 GROUP BY `Location`.`name` 771
5SELECT `Cuisine`.*, COUNT(`Restaurant`.`id`) AS count FROM `cuisines` AS `Cuisine` LEFT JOIN restaurants AS `Restaurant` ON (`Restaurant`.`cuisine_id` = `Cuisine`.`id` AND `Restaurant`.`active` = 1) WHERE `Cuisine`.`active` = 1 GROUP BY `Cuisine`.`name` 34340
6SELECT `Restaurant`.`price`, COUNT(`Restaurant`.`id`) AS count FROM `restaurants` AS `Restaurant` WHERE `Restaurant`.`active` = 1 GROUP BY `Restaurant`.`price` 000
7SELECT `Ad`.`id`, `Ad`.`position`, `Ad`.`title`, `Ad`.`image`, `Ad`.`url_link`, `Ad`.`clicks`, `Ad`.`created`, `Ad`.`modified`, `Ad`.`sort` FROM `ads` AS `Ad` WHERE `position` = 'top' ORDER BY RAND( ) ASC LIMIT 1111
8SELECT `Ad`.`id`, `Ad`.`position`, `Ad`.`title`, `Ad`.`image`, `Ad`.`url_link`, `Ad`.`clicks`, `Ad`.`created`, `Ad`.`modified`, `Ad`.`sort` FROM `ads` AS `Ad` WHERE `position` = 'side' ORDER BY RAND( ) ASC LIMIT 1111
9EXPLAIN SELECT `Location`.*, COUNT(`Restaurant`.`id`) AS count FROM `locations` AS `Location` LEFT JOIN restaurants AS `Restaurant` ON (`Restaurant`.`location_id` = `Location`.`id` AND `Restaurant`.`active` = 1) WHERE `Location`.`active` = 1 GROUP BY `Location`.`name` 221