I am new to Zend Framework. I have a page that is:
http://localhost/demo/public/index/index/catid/art
I want to change that into
http://localhost/demo/public/art
I have no idea how to do it.
Also, why does it put index twice? Even my pagination has it, like:
http://localhost/demo/public/index/index/page/2
In my opinion is a little bit annoying. I would like the pagination to be
http://localhost/demo/public/page/2
Is there a way to do that? Thanks!
/demo/demo/public/.