• rebop

    (@rebop)


    Hi folks. Hopefully quick easy question.

    My site has been HTTPS for maybe 2 years. Today it stated showing me that parts of these pages may not be secure. A first. My certificates are good and current, so that is not the issue.

    I googled, read and found online tools to tell me what was not secure and it turns out to be 14 images – most (not all) appear on all pages like footer and header – and all in src=”https://www.xxxxxxxxx.com/wp-content/uploads/

    What is the easiest weay to make these images comply with SSL?

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter rebop

    (@rebop)

    So, along with this my host rewrote my htaccess file. I think the reson was just for this issue. But my image src errors have www in front of my website address and the htaccess does not – just the domain name. Is that the issue?

    RewriteEngine On
    RewriteCond %{HTTP_HOST} xxxxxx\.com [NC]
    RewriteCond %{SERVER_PORT} 80
    RewriteRule ^(.*)$ https://xxxxxx.com/$1 [R,L]

    Thread Starter rebop

    (@rebop)

    Is there a better place to get help on this? I have suspicions how to fix it, but just do not know enough to help myself.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Parts of this page are not secure….’ is closed to new replies.