Title: Plugin does no make good
Last modified: March 21, 2019

---

# Plugin does no make good

 *  Resolved [steve92](https://wordpress.org/support/users/steve92/)
 * (@steve92)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/plugin-does-no-make-good/)
 * I activated the plugin and clicked here
 * ![](https://i0.wp.com/i67.tinypic.com/34xnfqg.png)
 * but redirects here and the site is not ok. If I remove the “s” the home reappears
   well
 * ![](https://i0.wp.com/i66.tinypic.com/ebeul0.png)

Viewing 15 replies - 1 through 15 (of 21 total)

1 [2](https://wordpress.org/support/topic/plugin-does-no-make-good/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/plugin-does-no-make-good/page/2/?output_format=md)

 *  Plugin Author [Mark](https://wordpress.org/support/users/markwolters/)
 * (@markwolters)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/plugin-does-no-make-good/#post-11338066)
 * Hi,
 * the site does load over https:// but the sites resources (images, styling etc)
   are still loading over [http://](https://wordpress.org/support/topic/plugin-does-no-make-good/?output_format=md).
   Http resources on https:// can be blocked, therefore the styling is missing and
   the site looks broken. Once you press the ‘Activate SSL’ button, all src links
   will be updated to https:// which should restore the styling of your site. You
   might have to clear all caches the site uses after activating SSL.
 * Let me know if you have any other questions.
 *  Thread Starter [steve92](https://wordpress.org/support/users/steve92/)
 * (@steve92)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/plugin-does-no-make-good/#post-11338100)
 * With this code I converted all the links on my site to “https” and emptied the
   cache, but the problem remains
 * **UPDATE wp_posts SET post_content = REPLACE(post_content, ‘[http://albenessereblog.altervista.org&#8217](http://albenessereblog.altervista.org&#8217);,‘
   [https://albenessereblog.altervista.org&#8217](https://albenessereblog.altervista.org&#8217);)**
 * I put your plugin in another site and it works great
    -  This reply was modified 7 years, 2 months ago by [steve92](https://wordpress.org/support/users/steve92/).
 *  Plugin Author [Mark](https://wordpress.org/support/users/markwolters/)
 * (@markwolters)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/plugin-does-no-make-good/#post-11338125)
 * There are still a large amount of http:// links when loading over [https://](https://wordpress.org/support/topic/plugin-does-no-make-good/?output_format=md),
   this is why the site still appears to be broken when loaded over [https://](https://wordpress.org/support/topic/plugin-does-no-make-good/?output_format=md).
   You don’t have to make any changes to the database when using Really Simple SSL,
   the mixed content fixer will fix your mixed content dynamically. Pressing the‘
   Go ahead, activate SSL!’ button and clearing all caches your site uses should
   do the trick here.
 * Mark
 *  Thread Starter [steve92](https://wordpress.org/support/users/steve92/)
 * (@steve92)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/plugin-does-no-make-good/#post-11338147)
 * This was already enabled
 * ![](https://i0.wp.com/i67.tinypic.com/2ljgopy.png)
 *  Plugin Author [Mark](https://wordpress.org/support/users/markwolters/)
 * (@markwolters)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/plugin-does-no-make-good/#post-11338194)
 * The plugin is activated, but SSL doesn’t seem to be activated yet since there’s
   no redirect to https:// active. Mixed content does seem to be fixed now on the
   https:// domain. Can you press the ‘Activate SSL’ button? That should fix your
   issue.
 *  Thread Starter [steve92](https://wordpress.org/support/users/steve92/)
 * (@steve92)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/plugin-does-no-make-good/#post-11338211)
 * Well, now everything works perfectly.
    Question: how did you fix it?
 *  Plugin Author [Mark](https://wordpress.org/support/users/markwolters/)
 * (@markwolters)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/plugin-does-no-make-good/#post-11338307)
 * It can take some time before the caches clear and the link change to https://
   has passed through. Glad to hear it’s working perfectly now.
 *  Thread Starter [steve92](https://wordpress.org/support/users/steve92/)
 * (@steve92)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/plugin-does-no-make-good/#post-11338314)
 * Good!
 *  Thread Starter [steve92](https://wordpress.org/support/users/steve92/)
 * (@steve92)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/plugin-does-no-make-good/#post-11351047)
 * Resolved!
    -  This reply was modified 7 years, 2 months ago by [steve92](https://wordpress.org/support/users/steve92/).
    -  This reply was modified 7 years, 2 months ago by [steve92](https://wordpress.org/support/users/steve92/).
 *  Thread Starter [steve92](https://wordpress.org/support/users/steve92/)
 * (@steve92)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/plugin-does-no-make-good/#post-11351146)
 * Your plugin is good, but I don’t know what happened, I must to put this code 
   in the config.php if I don’t put it shows error 404
 *     ```
       define('WP_HOME','http://albenessereblog.altervista.org');
   
       define('WP_SITEURL','http://albenessereblog.altervista.org');
       ```
   
 *  Plugin Author [Mark](https://wordpress.org/support/users/markwolters/)
 * (@markwolters)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/plugin-does-no-make-good/#post-11351254)
 * Hi,
 * that code changes the site url back to [http://](https://wordpress.org/support/topic/plugin-does-no-make-good/?output_format=md).
   When a site is on SSL, the home- and siteurl should also be [https://](https://wordpress.org/support/topic/plugin-does-no-make-good/?output_format=md).
   If you experience 404 errors after moving to SSL you might have to re-save the
   permalinks twice. We have created a list of possible caused and solutions for
   404 errors after moving to SSL here: [https://really-simple-ssl.com/knowledge-base/404-pages-wordpress-site-migrating-ssl/](https://really-simple-ssl.com/knowledge-base/404-pages-wordpress-site-migrating-ssl/).
 *  Thread Starter [steve92](https://wordpress.org/support/users/steve92/)
 * (@steve92)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/plugin-does-no-make-good/#post-11351301)
 * What I do:
 * ![](https://i0.wp.com/i64.tinypic.com/1pv50m.png)
 * .htaccess
 *     ```
       # BEGIN WPSuperCache
       # END WPSuperCache
       # BEGIN WordPress
       <IfModule mod_rewrite.c>
       RewriteEngine On
       RewriteBase /
       RewriteRule ^index\.php$ - [L]
       RewriteCond %{REQUEST_FILENAME} !-f
       RewriteCond %{REQUEST_FILENAME} !-d
       RewriteRule . /index.php [L]
       </IfModule>
       ```
   
 *  Plugin Author [Mark](https://wordpress.org/support/users/markwolters/)
 * (@markwolters)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/plugin-does-no-make-good/#post-11351686)
 * You can try to remove the define home- and siteurl from the wp-config file and
   then re-save the permalinks twice. If that doesn’t help, you can check the 404
   error article from my previous reply to see if any of those are in effect on 
   your site.
 *  Thread Starter [steve92](https://wordpress.org/support/users/steve92/)
 * (@steve92)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/plugin-does-no-make-good/#post-11355558)
 * Now everything works in https, but I must to put these codes in config.php if
   I remove them, ERR_TOO_MANY_REDIRECTS appears. I have emptied all the caches.
 *     ```
       define('WP_HOME','http://albenessereblog.altervista.org');
   
       define('WP_SITEURL','http://albenessereblog.altervista.org');
       ```
   
    -  This reply was modified 7 years, 2 months ago by [steve92](https://wordpress.org/support/users/steve92/).
    -  This reply was modified 7 years, 2 months ago by [steve92](https://wordpress.org/support/users/steve92/).
 *  Plugin Author [Mark](https://wordpress.org/support/users/markwolters/)
 * (@markwolters)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/plugin-does-no-make-good/#post-11357181)
 * Hi,
 * can you try to change the http:// to https:// like this:
 *     ```
       define('WP_HOME','https://albenessereblog.altervista.org');
   
       define('WP_SITEURL','https://albenessereblog.altervista.org');
       ```
   
 * Does that work?

Viewing 15 replies - 1 through 15 (of 21 total)

1 [2](https://wordpress.org/support/topic/plugin-does-no-make-good/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/plugin-does-no-make-good/page/2/?output_format=md)

The topic ‘Plugin does no make good’ is closed to new replies.

 * ![](https://ps.w.org/really-simple-ssl/assets/icon-256x256.png?rev=2839720)
 * [Really Simple Security - Simple and Performant Security (formerly Really Simple SSL)](https://wordpress.org/plugins/really-simple-ssl/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/really-simple-ssl/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/really-simple-ssl/)
 * [Active Topics](https://wordpress.org/support/plugin/really-simple-ssl/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/really-simple-ssl/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/really-simple-ssl/reviews/)

 * 21 replies
 * 3 participants
 * Last reply from: [Rogier Lankhorst](https://wordpress.org/support/users/rogierlankhorst/)
 * Last activity: [7 years, 2 months ago](https://wordpress.org/support/topic/plugin-does-no-make-good/page/2/#post-11359257)
 * Status: resolved