Hi
I'm trying to have pagination on index of my default controller.
e.g. http://domain.com/
i'm getting 404 error when going to second page on pagination
e.g http://domain.com/2
i understand it is looking for a controller as 2nd uri segment, hence 404 error.
Any idea how to solve the problem?
Thanks in advance.
I'm trying to have pagination on index of my default controller.
e.g. http://domain.com/
i'm getting 404 error when going to second page on pagination
e.g http://domain.com/2
i understand it is looking for a controller as 2nd uri segment, hence 404 error.
Any idea how to solve the problem?
Thanks in advance.