Welcome Guest, Not a member yet? Register   Sign In
New to codeigniter, would like some help with an issue
#2

[eluser]Tpojka[/eluser]
Read that page to the end one more time. You forgot this part of code settings:
Code:
$route['default_controller'] = 'pages/view';
$route['(:any)'] = 'pages/view/$1';
You should open application/config/routes.php and write this above in it. Find there what to rewrite.
Also, this is user guide part you should read about routing.


Messages In This Thread
New to codeigniter, would like some help with an issue - by El Forum - 10-27-2013, 09:44 PM
New to codeigniter, would like some help with an issue - by El Forum - 10-28-2013, 12:22 AM



Theme © iAndrew 2016 - Forum software by © MyBB