Welcome Guest, Not a member yet? Register   Sign In
Problems with Codeigniter HMVC on Linux Mint
#4

(07-14-2015, 09:34 AM)InsiteFX Wrote: Also make sure that you set your base_url in your config.php file and add this to the bottom of it.

PHP Code:
/*
|--------------------------------------------------------------------------
| HMVC Module paths
|--------------------------------------------------------------------------
|
*/
$config['modules_locations'] = array(
    
APPPATH.'modules/' => '../modules/',
); 

Another thing that cause this is your uri protocol, try using a different one.

PHP Code:
$config['uri_protocol']    = 'REQUEST_URI'

still problem is same it getting 404 error on linux web.
Reply


Messages In This Thread
RE: Problems with Codeigniter HMVC on Linux Mint - by iankp3 - 03-22-2017, 03:17 AM



Theme © iAndrew 2016 - Forum software by © MyBB