Zend Routing:: How I can send all request that going to application-> IndexController to applicatio
- by Yosef
Hi,
How I can send all request in zend project to my default module controller (without use .access files).
Now it going to application-IndexController, Instead I need that every request will go to application-module-store-IndexController.
Thanks,
Yosef