Jump to content

Pagination, product list, friendly URLs: Redirects to wrong URL


Recommended Posts

I have a problem with pagination while viewing products in a category (in this case #19).

On the 2nd page, after selecting how many products to display redirects and then clicking OK, the browser is taken to the "not found" page.

 

Here is the flow:

  • Choose number and submit form.
  • HTTP 302 Found.
    /19-led?n=20&p=2&selected_filters=&id_category=19


  • HTTP 301 Moved.
    /index.php?controller=19-led?n=20&selected_filters=&id_category=19


  • HTTP 404 Not found.
    /page-not-found?n=20


The controller is wrong and you even see the question mark twice.

It works fine after switching off friendly URLs, and does not work when switching it back on again.

 

Any ideas what's going on here and how to fix this?

 

Thank you in advance!

 

PS version: 1.5.2

Edited by Melander (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...