default routes
I've got only one route defined "xxx/:lang/:action/". Request of page / or /yyy should result in exception and the ErrorController to take control. But the page opens OK, despite that I have called $router->removeDefaultRoutes();. I just can't figure it out, how do I make any request, exept the ones that start with /xxx to throw the exception
|