Any time you make changes it is aa good idea to restart everything.
Change your route.php to look like this one.
PHP Code:
// This route cannot have a directory name!
$route['default_controller'] = 'pages/pages/view';
$route['404_override'] = '';
$route['translate_uri_dashes'] = FALSE;
$route['login'] = 'authentication/login';
$route['awesome'] = 'pages/pages';
// Routes with '(:any)' must be the last routes they are a catch all route.
//$route['(:any)'] = 'pages/view/$1';
What did you Try? What did you Get? What did you Expect?
Joined CodeIgniter Community 2009. ( Skype: insitfx )