I have some modules in CodeIngiter that work fine if I call them like this:
- example.com/ControllerInModuleA/blaublau...
- example.com/ControllerInModuleB/blaublau...
What I need to do now is
- example.com/api/ControllerInModuleA/blaublau...
- example.com/api/ControllerInModuleB/blaublau...
I've tried lot of things but I couldn't make it works.
Does anyone know how can I handle it?
Thanks!