Notice (8): Undefined variable: keywords [APP/views/layouts/Header.ctp, line 8] " /> Notice (8): Undefined variable: description [APP/views/layouts/Header.ctp, line 9] " />
Notice (8): Undefined variable: path [APP/views/layouts/default.ctp, line 2]

Missing controller

You are seeing this error because controller Robots.txtController could not be found.

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

Fatal: Create the class below in file: smilick.com/controllers/robots.txt_controller.php

<?php
class Robots.txtController extends AppController {
   var $name = 'Robots.txt';
}
?>