Google set July 2018 as the deadline for HTTPS implementation. We are going to migrate our website to https (ssl). However, we got a conflict called “Mixed Content” which means the site is being loaded with SSL (for example https://mydomain.com), but not all the elements loading on the page with SSL. Tried different plugins and redirects in htaccess. Not working. Medica-content still loaded using the HTTP protocol. We have temporarily disabled https on the site until we understand the problem. Any ideas how to fix this error?
]]>Also check out this plugin: https://www.ads-software.com/plugins/really-simple-ssl/
]]>https://www.apo-rezeptfrei.com
and replace with https://www.apo-rezeptfrei.com
Take the rest of the day off. You’re done.
]]>1] Back Up Your Website
2] Implement Your SSL Certificate
3] Add HTTPS to the WordPress Admin Area
To do so, open wp-config.php in your WordPress root folder and add the following line somewhere before where it says That’s all, stop editing!.
——> define(‘FORCE_SSL_ADMIN’, true);
Once you have updated the file, it’s time to test if it works. For that, try to access your login page with HTTPS in the URL,
For example via https://yoursite.com/wp-admin
4] Update the Site Address
You can do that by updating your site address under Settings > General.
5] Change Links in Your Content and Templates
6] Implement 301 Redirects in .htaccess
7] Test and Go Live