In my application fornt end is MVC and backend HMVC. I have an issue in backend urls.I define all my front end urls in routes.php.(not backend)
like this
$route['(.+)/(.+)/(.+)'] = "homes/abc/$1";
But this affect my backend working(case 3 parameter passing)
Any solution for this