I am trying to create pagination using CodeIgniter. It displays links fine, but when I click the links it shows 404 error. How to solve this?
Controller Exam
Did you make sure you've removed index.php from your url? Also, if you've redefined the route so that "info" points to "example/get_details" (as I see from your comments...), then the $config['uri_segment'] should be set to "2", and not "3".
index.php
$config['uri_segment']