- Open ‘application\config\routes.php’
- Add these line to routers.php:
- Open ‘application\controllers’ Folder and Create a File catalog.php.
- Paste this code to catalog.php :
- Now Type “http://localhost/CodeIgniter/product/mobile/nokia” URL in Browser.
- You can see all three segment:
segment 1 : product
segment 2 : mobile
segment 3 : nokia