Welcome Guest, Not a member yet? Register   Sign In
problems with navigation in hmvc in production
#4

[eluser]InsiteFX[/eluser]
In your config.php file make sure you add this:
Code:
/*
|--------------------------------------------------------------------------
| HMVC Module Paths
|--------------------------------------------------------------------------
|
| Add your module paths here!
|
*/
$config['modules_locations'] = array(
APPPATH.'modules/' => '../modules/',
);

If that wont work then you may need to add routes to those pages.

You can also try adding this to your routes.php file:
Code:
$route['controller'] = "controller/$1";


Messages In This Thread
problems with navigation in hmvc in production - by El Forum - 04-28-2014, 06:22 PM
problems with navigation in hmvc in production - by El Forum - 04-29-2014, 12:49 AM
problems with navigation in hmvc in production - by El Forum - 04-29-2014, 04:21 AM
problems with navigation in hmvc in production - by El Forum - 04-29-2014, 07:40 AM
problems with navigation in hmvc in production - by El Forum - 04-29-2014, 11:51 AM
problems with navigation in hmvc in production - by El Forum - 04-29-2014, 01:45 PM
problems with navigation in hmvc in production - by El Forum - 04-30-2014, 07:28 AM
problems with navigation in hmvc in production - by El Forum - 04-30-2014, 09:56 AM



Theme © iAndrew 2016 - Forum software by © MyBB