Hi Steve, 2012/5/10 sjwdavies <[email protected]>
> Hi List, > > I'm writing an Application at the minute using Zend Framework and it uses > database driven routes. > > I've disabled default routing, however this seems to be causing an error > when accessing the homepage. > > Can anyone tell me how to 'recreate' the default route, that would take a > user who visited the homepage '/' to the index action of the index > controller? > > Thanks in advance, > Steve > You can place the default route back which you can copy from the ZendSkeletonApplication. It's on github here: https://github.com/zendframework/ZendSkeletonApplication/blob/master/module/Application/config/module.config.php#L40 -- Jurian Sluiman
