I have an Admin module, located in modules / admin, and there is a default admin controller - modules / admin / controllers / admin .
Each site has its own unique controllers, and they must be located in the application / controllers / admin / controller_name folder.
And the HMVC shows 404 error if it does not find modules / admin / controller_name, i.e. if site.ru/admin/controller_name
How to implement it and is it even possible?
Codeigniter 3.0