Mixed-content Symbol Showing
-
Recently updated to 4.7 and Cloudflare CDN plugins. We’ve used Easy HTTPS Redirection without any problems until now. We’re getting mixed-content symbols on every page even though the settings are the same with the plugin:
a) Enable automatic redirection to the “HTTPS” -> the whole domain button selected
b) Selected: Force resources to use HTTPS URLHere is the code in the htaccess file (top of the page):
# BEGIN HTTPS Redirection Plugin
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
</IfModule>
# END HTTPS Redirection PluginPlease advise. Thanks!
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Mixed-content Symbol Showing’ is closed to new replies.