Welcome Guest, Not a member yet? Register   Sign In
Following news section tutorial - 404 Page Not Found
#3

Hey PamelaK,

Did you add the routes to your routes config file?

Code:
$route['news/(:any)'] = 'news/view/$1';
$route['news'] = 'news';
$route['(:any)'] = 'pages/view/$1';
$route['default_controller'] = 'pages/view';

If you didn't it will never work.

-Roger
Reply


Messages In This Thread
RE: Following news section tutorial - 404 Page Not Found - by RogerMore - 06-12-2015, 07:12 AM



Theme © iAndrew 2016 - Forum software by © MyBB