Welcome Guest, Not a member yet? Register   Sign In
Help and suggestions for making a short URL structure?
#5

You could point all specific routes to specific controllers and all others to the Products controller:

PHP Code:
// Not tested
$route['members'] = 'members';
$route['checkout'] = 'checkout';
$route['(:any)'] = 'products/index'


Maybe be you also want to get Routes from a Database field.
Reply


Messages In This Thread
RE: Help and suggestions for making a short URL structure? - by natanfelles - 12-02-2017, 12:21 PM



Theme © iAndrew 2016 - Forum software by © MyBB