Unknown 302 redirect happening in wordpress site,

2019-07-29 12:28发布

I'm running a wordpress site in IIS 10 on windows server and I'm trying to switch to HTTPS but when I do (using a plugin or manually changing the config file) I get a redirect loop. I did a redirect check and it turns out there's a 302 redirect happening that redirects https to http. Is there any plugins or ways I can check for what's causing the 302 redirect? I am using woocommerce as well as a genesis child theme. I'm at a loss as to what is causing the 302 redirect, any help on what to look for is greatly appreciated.

标签: wordpress
1条回答
Anthone
2楼-- · 2019-07-29 12:41

For anyone finding this, the answer for me was woocommerce had the "force HTTP after checkout" option checked. This caused a redirect for every page other than the checkout.

查看更多
登录 后发表回答