• I tried to change the settings on the plug in to simple and now the site is broken. I get the error that the site is redirecting me to many times.

Viewing 1 replies (of 1 total)
  • Plugin Author webaware

    (@webaware)

    G’day baldemotions,

    It sounds like you’re in the admin on HTTPS, and getting a redirect loop; correct? Have you changed your site URL and WordPress URL to HTTPS?

    Did your site require different HTTPS detection settings, and have you changed them?

    https://ssl.webaware.net.au/https-detection/

    If you can’t get back in to your site, you can force it back to HTTP by editing your wp-config.php file. You can then sort out the problem, and finally remove these two lines again once you have it working properly. Use your website’s domain name!

    define( 'WP_SITEURL', 'https://example.com/' );
    define( 'WP_HOME', 'https://example.com/' );

    If it’s just the front end, check what other plugins you are running that might affect HTTPS. e.g. I’ve heard that the Cloudflare SSL plugin can mess things up when both this and that plugin are set to handle HTTPS detection.

    cheers,
    Ross

Viewing 1 replies (of 1 total)
  • The topic ‘Site redirects to many times’ is closed to new replies.