06-20-2012, 10:55 AM
[eluser]InsiteFX[/eluser]
Code:
$route['*(:any)'] = 'user/profile/$1';
// May need to change the first number.
$profie = $this->uri->segment(1, 0);