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

(04-02-2015, 06:28 AM)frocco Wrote: This is what I have that works.
Code:
$config['modules_locations'] = array(
    APPPATH.'components/' => '../components/',
);

Yeah thats the default (where you have components in the application folder).
In version 2 I had the components directory in the root (next to system and application)

/application
/components
/system

Then this ($config['modules_locations'] = array(APPPATH . '../components/' => '../../components/',)Wink should be it.

However now I have the application directory OUTSIDE the public and the components directory INSIDE the public.
Then $config['modules_locations'] = array(APPPATH . '../components/' => '../../components/',); aint working Smile
Reply


Messages In This Thread
RE: HMVC and application folder outside root gives 404 not found - by Krycek - 04-02-2015, 06:33 AM



Theme © iAndrew 2016 - Forum software by © MyBB