adspace
Answer Posted / Raj Kumar
To remove the controller name in CodeIgniter, you can use URL rewriting. In your application/config/routes.php, define a route for the desired controller:nn$route['desired-url'] = 'controller/method';
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers