Welcome Guest, Not a member yet? Register   Sign In
Routing issue?
#4

[eluser]CroNiX[/eluser]
For #3, you'd have to create a new route to bypass CI's expected default controller/method (which can introduce problems unless you understand how this works).

Code:
$route['stats'] = $route['default_controller'] . '/stats';  //(portal/stats)


Messages In This Thread
Routing issue? - by El Forum - 10-13-2012, 01:27 PM
Routing issue? - by El Forum - 10-13-2012, 01:48 PM
Routing issue? - by El Forum - 10-13-2012, 02:00 PM
Routing issue? - by El Forum - 10-13-2012, 02:04 PM
Routing issue? - by El Forum - 10-13-2012, 02:07 PM



Theme © iAndrew 2016 - Forum software by © MyBB