What I did was add a route to the bottom saying: Router::connect('/:action', array('controller' => 'pages', 'action' => 'view', ':action'));
Is there a solution for this? thanks again
Sabkaraja: you could take what I have above to essentially solve that problem. When it's not found, the error handler that I have could be used to look into a pages database and read that instead.
ddddd
Sabkaraja: you could take what I have above to essentially solve that problem. When it's not found, the error handler that I have could be used to look into a pages database and read that instead.