You are seeing this error because the action www.parksandrecreation.idaho.gov is not defined in controller AttractionsController
If you want to customize this error message, create app/views/errors/missing_action.thtml.
Fatal: Confirm you have created the AttractionsController::www.parksandrecreation.idaho.gov() in file : app/controllers/attractions_controller.php
<?php
class AttractionsController extends AppController {
function www.parksandrecreation.idaho.gov() {
}
}
?>