http://site.org/project/controllername/ ... &type=free
What I want is to change the URL to
http://site.org/project/controllername/function/1/free
Is there any method to do this in Codeigniter without using htaccess. I tried adding
Code: Select all
$route['(:any)'] = 'controllername/function/$1';Error.404 (Page Not Found)
Can anyone help me to achieve this. Thanks in advance.