Question: how to make codeigniter dynamic url search engine friendly?
Example: 1
My Current URL: After selecting menu called "Articles"
http://localhost/lw_user/home_control/getMenu/52
Expected URL:
http://localhost/articles
Example:2 My Current URL: After selecting sub-menu called "thehindu" under menu "articles"
http://localhost/lw_user/home_control/getPage/6
Expected URL:
http://localhost/articles/thehindu
NOTE: This is dynamic URL and contents are fetching from database