Thread: default routes
View Single Post
  #1 (permalink)  
Old 06-13-2008, 11:51 AM
ec_stasis ec_stasis is offline
Junior Member
 
Join Date: Aug 2007
Posts: 5
Default 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
Reply With Quote