/home/desid573/book.familycab.com.au/pdd/lib/Cake/Console/Templates/skel/Config
Edit: /home/desid573/book.familycab.com.au/pdd/lib/Cake/Console/Templates/skel/Config/routes.php (1145B)
'pages', 'action' => 'display', 'home'));
/**
* ...and connect the rest of 'Pages' controller's URLs.
*/
Router::connect('/pages/*', array('controller' => 'pages', 'action' => 'display'));
/**
* Load all plugin routes. See the CakePlugin documentation on
* how to customize the loading of plugin routes.
*/
CakePlugin::routes();
/**
* Load the CakePHP default routes. Only remove this if you do not want to use
* the built-in default routes.
*/
require CAKE . 'Config' . DS . 'routes.php';