Welcome Guest, Not a member yet? Register   Sign In
Need Help for Using Hmvc CI3
#1

(This post was last modified: 07-01-2015, 04:35 AM by Vimal.)

I am using HMVC extension with codeigniter 3.0.

I found there is solution for avoid model controller name collision with HMVC.
I added this config variable in config.php file
PHP Code:
$config['controller_suffix'] = "_Controller"
So its Working perfect like Welcome_Controller.

But i have problem with default_controller in route.php.

when I use url : http://{url}/welcome or http://{url}/index.php/welcome =>Its work
but default controller show me 404 error like http://{url}.

Need Quick help
Reply




Theme © iAndrew 2016 - Forum software by © MyBB