I have got a peculiar problem in Codeigniter 3.0.4 when working with HMVC. My Users.php
controller never working in LIVE server (Debian). Its working on local server (windows+xampp) in any combination.
What I have tried so far is
In normal condition (like in image) its showing blank page
when lowercase the file name (users.php
) then show 404 error
sometimes shwoing 500 error
some modules are working but users module not working (Only Live)
HMVC downloaded from here https://bitbucket.org/wiredesignz/codeigniter-modular-extensions-hmvc/downloads
Tried this too HMVC codeigniter works on local server but not on web server