Creating dynamic urls in codeigniter
问题 I am currently making a small CMS for a news agency. The admin will update the news in a interval of time. Now I want the url to be look like http://somedomain.com/apple-iphoe5c-released , not like http://somedomain.com/top-news/1 . I have seen in gocart ( built in codeigniter ) , they have the url with the product name . How I am able to achieve this ? 回答1: for this thing you have use the routes in ci which are as given Consider the small example $route['aboutus'] = "any controller is map to