I have two controllers in my backend, and both works on environnement.
But on production, both returns 404. I don't understand what is the problem. The navbar menu is displayed, the database is setup, and the components are workings.
The url is /devinx/exoticproducts/categories
and /devinx/exoticproducts/products
. On dev, working, and on prod.: 404.
Note : the backend url is "backend" (default).
The source code of my plugin is avaible here : https://github.com/FelixINX/ExoticProducts