简体   繁体   中英

ERR_TOO_MANY_REDIRECTS on product page on Magento

My Magento is acting weird since I installed Varnish. When I try to load product page I got 301 redirect to the same page with ERR_TOO_MANY_REDIRECTS on Chrome .

I used this tutorial do configure Varnish: https://www.vultr.com/docs/installing-varnish-4-with-apache2-on-ubuntu-14-04

The rest of the website is working flawless, the only problem is when I try to acesse product's page.

I found this answer to my problem: https://github.com/nexcess/magento-turpentine/issues/660 , I also use Creare SEO, the thing is I'm using Apache2 and not nginx, and I looked everywhere but I can't find the equivalent to adding " astcgi_param SERVER_PORT 80 " on Apache2 .

Here is my .htaccess file:

http://pastebin.com/twRqkNK7

Thank you in advanced!

The problem in my case is produced by creareSeo extension. You have to disable Canonical Product Redirecting or use the following fix https://github.com/adampmoss/CreareSEO/pull/81

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM