Welcome Guest, Not a member yet? Register   Sign In
Bad Pagination Links with query_string turned on
#1

[eluser]jrlooney[/eluser]
So, I am needing to run with query_strings turned on. When I do that, and go to my application using this url:
http://domain.com/aw_php/ci/contact_mana...?c=contact

the pagination class is outputting:

http://domain.com/aw_php/ci/contact_mana...per_page=8

which is incorrect. It should be something like:

http://domain.com/aw_php/ci/contact_mana...per_page=8

Anyone else know a fix?
#2

[eluser]Pascal Kriete[/eluser]
It should work automatically, but you can try to explicitly set it:
Code:
$config['page_query_string'] = TRUE;
#3

[eluser]jrlooney[/eluser]
Thanks for the reply. I did that too - still the links are segmented urls (v.1.6.3)




Theme © iAndrew 2016 - Forum software by © MyBB