Thread: default routes
View Single Post
  #3 (permalink)  
Old 06-16-2008, 02:50 PM
ec_stasis ec_stasis is offline
Junior Member
 
Join Date: Aug 2007
Posts: 6
Default

Thanks for response.

Yes, I am being routed to index/index.
Quote:
Originally Posted by xorock View Post
$front->throwExceptions(true) + $router->removeDefaultRoutes() = index/index
$front->throwExceptions(true) + #$router->removeDefaultRoutes() = exception
None of the combinations of the three config options mentioned above do the thing.

Framework version 1.5.2.
Reply With Quote