I have display error on newly site when i publice on live like this
Unable to load your default controller. Please make sure the controller specified in your Routes.php file is valid.
And its project develop in HMVC code igniter framework and its project well work on my localhost wamp server but not in live hosting server
following my directory structure and basic path configuration

please tell me any mistake on live configuration on my web site project code thank you
$route['default_controller'] = 'login/login/index/';I see you have capital letter for controllers folder name should bemodules > login > controllersnotmodules > login > Controllers- Mr. ED