I have an installation of CI 3 + HMVC Extension (https://bitbucket.org/wiredesignz/codeigniter-modular-extensions-hmvc) working fine on my local webserver. However on the public server, this script:
<?php echo modules::run("menu"); ?>
won't be executed.
The main difference between the servers, will be probably:
Local: Server API: Apache 2 Handler
Public: Server API: CGI / FastCGI
Also I get an Error 404 when I try to call the different pages, e.g. domain.com/artist, domain.com/events, etc. The pages works fine on the local server.
domain.comlanding page working? - Girish.htaccessissue try once urldomain.com/index.php/eventsif it's work then.htaccessRewriteBaseissue - Girish