Welcome Guest, Not a member yet? Register   Sign In
Create news items Tutorial Not Working
#6

(01-30-2018, 05:07 AM)InsiteFX Wrote: All routes that (:any) in them need to be the last routes in the routes file,
or they will over ride all the other routes.

Tried the below but no luck Sad

Code:
$route['news/create'] = 'news/create';
$route['news'] = 'news';
$route['default_controller'] = "pages/view";
$route['404_override'] = '';
$route['news/(:any)'] = 'news/view/$1';
$route['(:any)'] = 'pages/view/$1';
Reply


Messages In This Thread
RE: Create news items Tutorial Not Working - by aarontan78 - 01-31-2018, 06:03 PM



Theme © iAndrew 2016 - Forum software by © MyBB