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