Hello, I want to make the user not see my controller and the action in ZF 1.12.
Ex:
http://meusite.com/produtos/listar/item/iphone-5s-preto
I want it to look like this:
http://meusite.com/iphone-5s-preto.html
You do not even need to have .html just get the product name direct or at least the action does not appear, you can only have the controller. I want to leave the url as small as possible.