Welcome Guest, Not a member yet? Register   Sign In
306 route error
#6

(03-29-2016, 11:49 PM)arma7x Wrote: $route['(:any)/(:any)'] = "site/$1/$2";
$route['(:any)'] = "site/$1";
Have you try this? I'm not sure it's working.

$route['admin/(.+)'] = 'admin/$1';

$route['(.+)'] = "site/$1";

it's working.
Reply


Messages In This Thread
306 route error - by munhzol - 03-29-2016, 09:24 PM
RE: 306 route error - by munhzol - 03-29-2016, 09:34 PM
RE: 306 route error - by kilishan - 03-29-2016, 10:34 PM
RE: 306 route error - by munhzol - 03-29-2016, 11:39 PM
RE: 306 route error - by arma7x - 03-29-2016, 11:49 PM
RE: 306 route error - by munhzol - 03-30-2016, 12:12 AM



Theme © iAndrew 2016 - Forum software by © MyBB