Use Hide My WP with Really Simple SSL
November 14, 2020
In this article will show you how to make Hide My WP Ghost compatible with the well known Really Simple SSL plugin.
First I want to congratulate the authors of the Really Simple SSL plugin who created such a simple and efficient plugin.
Now, Hide My WP Ghost works well with most of the Really Simple SSL options.
The only option that needs a bit of attention,if the 301 redirect with .htaccess which adds the rewrite rules in the .htaccess file after the Hide My WP Ghost rules.
To make sure the plugins are working together well after you save the options in Really Simple SSL plugin, save the settings in Hide My WP Ghost too. This way the rules are moved to the beginning or the .htaccess file.
# BEGIN rlrssslReallySimpleSSL RewriteEngine on RewriteCond %{HTTPS} !=on [NC] RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R=301,L] # END rlrssslReallySimpleSSL
Note! If the .htaccess file is not writable, make sure you manually move the Really Simple SSL rewrite rules to the beginning of the .htaccess file and save the file.
That’s all. Enjoy the plugins and stay safe!
Please contact us if you have any question.