Re: page is not be found

2010-07-12 Thread nini
://localhost/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://localhost/tanten/login',successfull. but how can i access this by 'http://localhost/tanten/users

Re: page is not be found

2010-07-12 Thread cricket
://localhost/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://localhost/tanten/login',successfull. but how can i access this by 'http://localhost/tanten

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', 'action' = 'login',)); and accesed