First of all - I read over 40 posts on StackOverflow and I don't find solutions to my problem... I have an application written in CodeIgniter.
I want to rewrite URL: http://example.com/codeigniter/en/176/terms_and_rules
On this URL: http://example.com/codeigniter/terms_and_rules
Page "terms_and_rules" is page with my template.
My biggest problem is that I do not know what the controller is used to load these dynamic pages from the menu. I tried different for example "frontend", "blog", "news", "expert" but unfortunately no function has allowed me to this menu item 176. Probably I'm doing something wrong.
How to do it ?
Thank you for your help.
btw. I tried to use Routes.php, but without good controller I can't rewrite this URL.