Magento on nginx: a surprisingly common issue
Often, Magento sites will be set up to have .html on the end of the category pages and product pages. However, often nginx is configured to treat .html like static content and “toss out” any query strings. This breaks pagination and layered navigation among other things. If you notice that pagination is not working in…
Read more