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.
相关问题
- Display product ACF field value in Woocommerce tra
- Adding a custom button after add to cart button in
- How to add a “active” class to a carousel first el
- Setting custom order statuses as valid for payment
- change the font size in tag cloud
相关文章
- wordpress新增页面如何个性化设置
- select query in wordpress
- Get WooCommerce featured products in a WP_Query
- Woocommerce update shipping methods in checkout vi
- Change order status just after payment in WooComme
- Publishing or uploading failed. Error message: “Th
- Facebook Login With WP JWT Auth
- Wordpress development process
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.