Jump to content

Problem when we try change to a second page


Recommended Posts

Hi all.

I have a problem when i try to change to second page when I have more than one. I have the server in ubuntu with nginx, the search bar works but the categories don´t work.

I buck up the web page and I had instanced it in localhost on Windows and it worked ok, I don´t  know why.

Help me pls,

Thank you for read.

 

For example:

 

Problem_Prestashop.bmp

Link to comment
Share on other sites

The problem was finally solved by our team. It was caused by a rewrite rule on nginx configuration. This problem was because our sys administrator put a previous configuration from old version of this software, thanks in advance. I hope this post help to other users. Here is the correct line on nginx virtualhost:

Correct version:

location / {

try_files $uri $uri/ /index.php?$args;

}

Incorrect version:

location / {

try_files $uri $uri/ /index.php?$isarg$args;

}

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...