Hello,
I want to make a kind of alias for my modules: Is there a way to make
- http://www.example.com/news point to /modules/news/controller/news/->action index.
- And if i go to http://www.example.com/news/show it automaticly points to /modules/news/controller/news/ -> action show
Or do I have to make a route for every single action I make in this module? If I don't make a route my links will look like:
http://www.example.com/news/news/show and http://www.example.com/news/news/show.
P.s i'm using Zend 1.10.6
Thanx in advance!