Good Day Friends I am working on Codeigniter Site. I have a url like this
http://localhost/index.php/Medical/college/in/haryana
but i want
http://localhost/index.php/medical_college_in_haryana
Is it possible.
What I have tried
$route['medical/(:any)/(:any)'] = 'medical_$1_in_$2';