Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter terrelltechsup

    (@terrelltechsup)

    I fixed it in .htaccess prior to the plugin involvement:

    RewriteEngine On
    RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC]
    RewriteRule ^(.*)$ https://%1/$1 [R=301,L]
    RewriteCond %{HTTP:X-Forwarded-Proto} !https
    RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R=301,L]
    
    Plugin Author matthias.wagner

    (@matthiaswagner)

    great to hear you found a solution!
    sorry that i could not respond to your first message earlier.

    matt

    I’m experiencing exactly the same problem.
    Is this the official fix?

    I dropped in what terrelltechsup added and it blew up the entire universe. LOL!

    Strange that when I just visit the URL directly it’s fine. It’s only when I use the navigation through the site.

    • This reply was modified 6 years, 7 months ago by Jon Hardison.
    Plugin Author matthias.wagner

    (@matthiaswagner)

    hy jon,
    let’s not call it an official fix, since i did not test it for myself in this hosting-environment ?? the htaccess solution looks good since it redirects to https before any wordpress-code is executed. have you already tried to delete your entire browser cache while testing? this often leads to strange behaviour, since your browser saves content/redirections…

    do you use the mapping for a page or any other part of your website?

    @terrelltechsup, did you add anything to your solution after this thread?

    matt

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘SSL Cloudways Odd behavior’ is closed to new replies.