Microsensory Posted March 31, 2022 Share Posted March 31, 2022 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 More sharing options...
Microsensory Posted March 31, 2022 Author Share Posted March 31, 2022 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now