Hi all, i'm pretty new to Zend Framework but I have a question about redirecting.
How do I redirect index to the none index equivalent?
example.com/index 301 redirect to --> example.com/
Since both URLs calls the same indexAction the
http://www.example.com/index is redundant and should never be used if you ask me.