CodeIgniter provides a super-easy mechanism to create SEO-friendly or easy readable URL/slug. In general, basic URL format in Code Igniter will be like, http://<domain>/controller/method/param1... If you inspect the URL, the controller refers to the name of the...