Welcome Guest, Not a member yet? Register   Sign In
URI Routing Help - 23.07.19
#4

PHP Code:
$route['mf'] = 'mf/index'

This route makes no sense. It says: if the url is http://yourwebsite/mf, then point to the index method inside the mf controller.
This is default behaviour if the url has only one segment (controller), so you don't need an extra route for that.
Just make sure the mf controller has an index method.
Reply


Messages In This Thread
URI Routing Help - 23.07.19 - by Porto - 07-23-2019, 12:47 AM
RE: URI Routing Help - 23.07.19 - by Digital_Wolf - 07-23-2019, 03:03 AM
RE: URI Routing Help - 23.07.19 - by Porto - 07-23-2019, 05:44 AM
RE: URI Routing Help - 23.07.19 - by Digital_Wolf - 07-23-2019, 09:04 AM
RE: URI Routing Help - 23.07.19 - by Wouter60 - 07-23-2019, 06:16 AM
RE: URI Routing Help - 23.07.19 - by InsiteFX - 07-23-2019, 03:00 PM



Theme © iAndrew 2016 - Forum software by © MyBB