/home/desid573/public_html/angel/payment/pdd/app/Config
Edit: /home/desid573/public_html/angel/payment/pdd/app/Config/routes.php (1949B)
'pages', 'action' => 'display', 'home'));
Router::connect('/login', array('controller' => 'users', 'action' => 'login', 'admin' => false));
Router::connect('/forgot', array('controller' => 'users', 'action' => 'forgot', 'admin' => false));
Router::connect('/register', array('controller' => 'users', 'action' => 'register', 'admin' => false));
/**
* ...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';