By default, URLs in CodeIgniter are designed to be search-engine and human friendly. Rather than using the standard “query string” approach to URLs that is synonymous with dynamic systems, CodeIgniter uses a segment-based approach:
example.com/news/article/my_article
Note Query string URLs can be optionally enabled, as described below.
URI Segments
The segments in the URL, in following with the Model-View-Controller approach, usually represent:
example.com/class/function/ID
The first segmen