I'm using HMVC extension on Codeigniter. My problem is mostly about url structure and don't want to make routing.
HMVC works with:
/modules
/manage
/controllers
/language
language.php
on this URL: site_url/manage/language
but not with this structure:
/modules
/manage
/controllers
/language
/listing.php
on this URL: site_url/manage/language/listing