Hi there,
When I enable query strings in the config.php file, it stops the pagination from working as it changes the pagination links.
They change from this: mywebsite.com/blog/P10 (which works)
To this: mywebsite.com/blog&per_page=P10 (which doesn’t work)
With query strings enabled, pagination does work if I manually change the URL to the format that works above.
Is there a way to enable the query strings (which I need to make an addon work), without it changing the pagination links at all?
Or if not, is this a bug? I’m using EE 2.1.4 Beta 20110411.
Thanks,
Stephen