Controller not found
Controller robots.txtController was not found under /robots.txt directory.
Create a new file named robots.txtController.php under /robots.txt directory. Your file may look like this:
<?php
class robots.txtController extends readyController
{
function index()
{
}
}
?>



