Hello,
I use codeigniter framework, and i have a problem in the route array with the friendly URL,
it does not get trailing slash in the key..
for example:
$route['page/']='page.php';
when you add page/ to the URL it is supposed to go to page.php but the route array does not get it because of the trailing slash.
is there solution for it?