Welcome Guest, Not a member yet? Register   Sign In
HMVC and application folder outside root gives 404 not found
#8

Found it.

It should be

PHP Code:
$config['modules_locations'] = array(
    
APPPATH '../public_html/components/' => '../../public_html/components/',
); 
Reply


Messages In This Thread
RE: HMVC and application folder outside root gives 404 not found - by Krycek - 04-03-2015, 05:14 AM



Theme © iAndrew 2016 - Forum software by © MyBB