Improve your WordPress SEO: Write better content and have a fully optimized WordPress site using the Yoast SEO…
About Easy HTTPS Redirection (SSL)
This plugin helps you automatically redirect your website to the HTTPS version of your webpages, ensuring that visitors always view the secure version. It also allows you to force the loading of static files using HTTPS URLs, making your entire webpage compatible with SSL. You can choose to redirect the entire domain or select specific pages.Screenshots




Frequently asked questions
When should I use this plugin?
You should only use this plugin if you have installed an SSL certificate on your site and HTTPS is working correctly.
How does this plugin work?
This plugin helps you automatically set up a redirection to the HTTPS version of a URL when anyone tries to access the non-HTTPS version.
Can I choose which pages to redirect?
Yes, you can choose to either auto redirect the whole domain or selectively choose a few pages to be redirected.
What if I have static files embedded using non-HTTPS URLs?
If you have static files embedded using non-HTTPS URLs, this plugin has an option to force load those files using HTTPS URLs dynamically.
Where can I find more details about this plugin?
You can find more details on the HTTPS Redirection plugin page at https://www.tipsandtricks-hq.com/wordpress-easy-https-redirection-plugin
Changelog
v1.9.2
- Added rule to handle sites that are sitting behind a reverse-proxy. Thanks to @canadiannaginata for pointing it out.
v1.9.1
- WP 5.3 warning fix for the add_submenu_page() function call. Thanks to @vfontj for pointing this out.
v1.9
- WP Fastest Cache cache is automatically cleared when plugin settings are changed. This is to prevent “mixed content” warning from browsers.
- Fixed rare conflict with WP Fastest Cache (thanks to emrevona).
v1.8
- Apply HTTPS redirection on the whole domain will be the default selected option after plugin install. You an change this option when you actually go to enable the feature.
v1.7
- Additional options are only accessible when “Enable automatic redirection to the “HTTPS” is enabled.
- https://www.yoursite.com/some-page is replaced with site’s actual https address in Settings information box.
- Added reminder for user to clear cache of optimization plugins similar to W3 Total Cache or WP Super Cache.
v1.6
- Improved the “Force Load Static Files Using HTTPS” feature.
- The htaccess redirection is now detected based on SERVER_PORT (this is should work better on most servers).
v1.5
- WordPress 4.6 compatibility.
v1.4
- Improved the settings area to only show the options if pretty permalink feature is enabled.
v1.3
- Updated the htaccess rules for HTTPS redirection to be more robust to prevent errors on some servers.
v1.2
- Added a new option to automatically force load static files using HTTPS URL.
v1.1
- Fixed a bug with the settings page.
v1.0
- First commit to WordPress repository