Welcome Guest, Not a member yet? Register   Sign In
Another pagination 404 Page not found issue
#4

[eluser]juggernautsei[/eluser]
You were right the base url was the problem.

I changed it from

$config['base_url'] = current_url();

to

$config['base_url'] = '../index';

I was missing the index method at the end of the URL.

This also solved my issue on how to make it dynamic.





Messages In This Thread
Another pagination 404 Page not found issue - by El Forum - 07-08-2014, 01:01 PM
Another pagination 404 Page not found issue - by El Forum - 07-08-2014, 02:11 PM
Another pagination 404 Page not found issue - by El Forum - 07-08-2014, 08:07 PM
Another pagination 404 Page not found issue - by El Forum - 07-08-2014, 08:32 PM



Theme © iAndrew 2016 - Forum software by © MyBB