Re: page is not be found

2010-07-12 Thread cricket
host/tanten/users/ > login),there is an error 'page is not be found'. > > so i changed the routes to > Router::connect('/', array('controller' => 'users', 'action' => > 'login',)); > and accesed by 'http://loca

Re: page is not be found

2010-07-12 Thread nini
/users/ > login),there is an error 'page is not be found'. > > so i changed the routes to > Router::connect('/', array('controller' => 'users', 'action' => > 'login',)); > and accesed by 'http://localhost

page is not be found

2010-07-10 Thread sai
i have installed cakephp by Advanced Installation successfull.but wen i access to the page i created(http://localhost/tanten/users/ login),there is an error 'page is not be found'. so i changed the routes to Router::connect('/', array('controller' => 'users