awhitney42/codeigniter-restserver-resources

URL rewriting - not using index (e.g. for the index_get)

Opened this issue · 0 comments

Hi,

I was looking at your sample:

$route['api/([a-z0-9]+)/(\d+)'] = 'api/$1/index/$2';

but this does not remove index from my url. Any ideas?

Thank you in advance.