N3Cr0N / CodeIgniter-HMVC

CodeIgniter 3.1.10 with Modular Extensions - HMVC and Whoops Error Handling Framework 2.5.0
MIT License
35 stars 40 forks source link

Multi modules not work #2

Open nhantam opened 5 years ago

nhantam commented 5 years ago

1) mydomain.com // working well

// Test multi modules 2) config/production/routes.php $route['frontend'] = "frontend/frontend/index";

3) Browser url: mydomain.com/frontend // not working

Could you help, how do I error?

My php version 7.1

Regards