CodeIgniter URLs — CodeIgniter 4.2.1 documentation
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/news/article/my_article Your URLs can be defined using the URI Routing feature with flexibility.