I downloaded HMVC files from here and set up my CI 3 installation using these file
- Place the MX folder in application/third_party folder
- Place the files in application/core MY_Loader & MY_Router
- $config['modules_locations'] = array(APPPATH.'modules/' => '../modules/',);
- Created a folder module in application. Inside module created welcome/controller and welcome/view
- In welcome/controller I copied the default welcome controller and in welcome/view welcome_message.
- I deleted both files from application/controller and application/view.
Now I am getting 404 error.