I have a route on my project from a module called Cart, but although everything seems to be conform the zend tutorial and documentation, this route is always returning error 404.
After several attempts at different modifications to see if the code worked, I modified the module name for Cart2, as well as the namespaces of their respective files (Controllers, Entities, Models ...). Incredibly, the route was found, changing only the name of the module. But it really is necessary that the module name be Cart.
I used Find in the project to see if this word Cart was in some configuration file that could compromise the module with that name and found nothing.
Has anyone there been through it and / or do you have an idea of what it might be?