Welcome Guest, Not a member yet? Register   Sign In
Codeigniter URI remapping with 404 error
#2

[eluser]InsiteFX[/eluser]
Code:
$route['user/(:any)'] = "user/$1";

// if you want to have just dashboard
$route['dashboard'] = "user/dashboard";


Messages In This Thread
Codeigniter URI remapping with 404 error - by El Forum - 07-19-2014, 11:07 PM
Codeigniter URI remapping with 404 error - by El Forum - 07-20-2014, 04:06 AM
Codeigniter URI remapping with 404 error - by El Forum - 07-20-2014, 07:39 AM



Theme © iAndrew 2016 - Forum software by © MyBB