From the very first answer of this How to implement HMVC in codeigniter 3.0? I tried all steps with codigniter 3.7.1 but no luck. I am still getting 404.
$config['modules_locations'] = array(
APPPATH.'modules/' => '../modules/',
);
Then I tried putting the above code in application/config/config.php but still 404