Welcome Guest, Not a member yet? Register   Sign In
Path problem I have while using route groups
#3

(This post was last modified: 12-03-2020, 04:44 PM by InsiteFX.)

PHP Code:
$routes->group('blog', function ($routes) {
    $routes->add('welcome''Home::index');
});

// change to
$routes->group('', function ($routes) {
    $routes->get('welcome''Home::index');
}); 
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
RE: Path problem I have while using route groups - by InsiteFX - 12-03-2020, 04:44 PM



Theme © iAndrew 2016 - Forum software by © MyBB