Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Frank Goossens

    (@futtta)

    no idea really … what plugin are you using for those redirects? is this the case if you do only HTML optimization (or only CSS or only JS)? and did you try setting your CDN to https://www.domain.com/ ?

    frank

    Thread Starter spaciousmind

    (@spaciousmind)

    We’re using “WP Force SSL” plugin.

    I seem to have fixed it by asking my host and adding this to my htaccess:

    RewriteEngine On
    RewriteCond %{HTTPS} off
    RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}

    Thanks for the quick reply… great plugin!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘www vs. non-www vs. http://www vs. https://www’ is closed to new replies.