'<username:\w+>' => 'profile/view',
'<username:\w+>/profile' => 'profile/profile',
'<username:\w+>/collection' => 'profile/collection',
'<username:\w+>' => 'user/details',
'<username:\w+>/profile' => 'user/profile',
'<username:\w+>/collection' => 'user/collection',