Custom Routes Help

edited February 2013 in News & Announcements
I'm trying to implement a url strategy that is http://domain.com/username/items
I have created the following routes and they work, but they break the fuel process, any ideas.

$route['(:any)'] = 'user';
$route['(:any)/(:any)'] = 'user';
$route['fuel/dashboard'] = 'fuel/dashboard';
$route['fuel/pages'] = 'fuel/pages';

Comments

Sign In or Register to comment.