merge http into https
-
Hello.
First I want to apologize for my English, I speak only Czech.Converting website to HTTPS with SSL.
-I moved the whole site
-Using the plugin (Velvet Blues Update URLs) I updated all links to https
-I added to the root .htaccess file at the beginning because of redirects:`# BEGIN FORCE REDIRECT TO HTTPS
RewriteEngine On
RewriteCond% {ENV: HTTPS}! ^. * On
RewriteRule (. *) Https: //% {HTTP_HOST}% {REQUEST_URI}. [R = 301, L]
# END FORCE REDIRECT TO HTTPS`However, google keeps returning:
Mixed Content: The page was loaded over HTTPS, but requested an insecure image ‘ ‘. This content should also be served over HTTPS.It means that the image at the bottom is still http: //
Can someone please give me some advice?
Thank you very much for your time 🙂
The page I need help with: [log in to see the link]
The topic ‘merge http into https’ is closed to new replies.