#Localhost pagination is working but not when I try to make a ?page=2 call on the live server

1 messages · Page 1 of 1 (latest)

tall lynx
#

Hi! On my local machine the pagination is working like expected. It fetches the first page and whenever I press next, it fetches the next page.

When going live, this changes. All page=number calls will return my first page.

I tested this with Postman as well. Localhost works : Liveserver doesnt. Could this be something server related?

fading gulch
#

I’m guessing a misconfiguration with your web server where query strings are not being passed.

rocky tide
#

if ur server is linux based then u may need to run sudo a2enmod headers and sudo a2enmod rewrite