Welcome Guest, Not a member yet? Register   Sign In
Another URL question
#2

[eluser]stuffradio[/eluser]
You will want to use routes.

Code:
$route['defaultcontroller/(:any}'] = 'defaultcontroller/index/$1';
You can change the name of defaultcontroller to your default controller, and index to any function in that controller you want to.


Messages In This Thread
Another URL question - by El Forum - 02-22-2011, 07:59 PM
Another URL question - by El Forum - 02-22-2011, 11:14 PM
Another URL question - by El Forum - 02-23-2011, 03:25 AM
Another URL question - by El Forum - 02-23-2011, 04:02 AM



Theme © iAndrew 2016 - Forum software by © MyBB