In CodeIgniter, URLs are designed to be search-engine and human-friendly.CodeIgniter uses a segment-based approach rather than using “query string” based approach.
1
|
example.com/controller/your_method/1 |
The default URL pattern in CodeIgniter consists of 4 main components. They are :