Welcome Guest, Not a member yet? Register   Sign In
User Profile URL
#9

[eluser]Michael Wales[/eluser]
Just establish a route for all of the URLs you do know - for a fact. Then setup an open route to handle anything else (your users).

Code:
$routes['user/register'] = 'user/register';
$routes['user/activate'] = 'user/activate';
$routes['widgets/buy'] = 'widgets/buy';
$routes['about'] = 'home/about';
$routes['(:any)'] = "user/info/$1";


Messages In This Thread
User Profile URL - by El Forum - 03-01-2008, 12:38 AM
User Profile URL - by El Forum - 03-01-2008, 01:20 AM
User Profile URL - by El Forum - 03-01-2008, 02:34 AM
User Profile URL - by El Forum - 03-01-2008, 02:53 AM
User Profile URL - by El Forum - 03-01-2008, 03:10 AM
User Profile URL - by El Forum - 03-01-2008, 03:18 AM
User Profile URL - by El Forum - 03-01-2008, 03:23 AM
User Profile URL - by El Forum - 03-01-2008, 04:05 AM
User Profile URL - by El Forum - 03-01-2008, 01:54 PM
User Profile URL - by El Forum - 03-03-2008, 08:13 AM
User Profile URL - by El Forum - 03-03-2008, 11:13 AM
User Profile URL - by El Forum - 03-03-2008, 03:04 PM
User Profile URL - by El Forum - 03-03-2008, 03:28 PM
User Profile URL - by El Forum - 03-03-2008, 03:32 PM
User Profile URL - by El Forum - 03-03-2008, 03:58 PM
User Profile URL - by El Forum - 03-03-2008, 07:53 PM
User Profile URL - by El Forum - 03-04-2008, 09:52 AM
User Profile URL - by El Forum - 03-04-2008, 10:07 AM
User Profile URL - by El Forum - 05-04-2008, 06:47 AM



Theme © iAndrew 2016 - Forum software by © MyBB