100,000+
June 30, 2026
June 30, 2014
Once you’ve installed an SSL certificate on your site, it’s important to ensure that your webpages are accessed via their secure HTTPS URLs.
To improve SEO and user security, you want search engines and visitors to always use the HTTPS version of your pages. This plugin makes that easy by automatically redirecting users to the HTTPS version whenever they try to access the non-HTTPS (HTTP) version of a page.
Let’s say you want to ensure the following page is always accessed over HTTPS:
https://www.example.com/checkout
If a visitor tries to access:
http://www.example.com/checkout
The plugin will automatically redirect them to the secure version:
https://www.example.com/checkout
This ensures that visitors always access the HTTPS version of your pages or site.
You can choose to automatically redirect your entire domain to HTTPS, or selectively apply HTTPS redirection to specific pages.
If you started using SSL from day 1 of your site then all your static files are already embedded using HTTPS URL. You have no issue there.
However, if you have an existing website where you have a lot of static files that are embedded in your posts and pages using NON-HTTPS URL then you will need to change those. Otherwise, the browser will show an SSL warning to your visitors.
This plugin has an option that will allow you to force load those static files using HTTPS URL dynamically.
This will help you make the webpage fully compatible with SSL.
After switching to HTTPS, your pages can still trigger browser “mixed content” warnings if old HTTP URLs remain saved in your database (in post content, custom post types, post meta, or WordPress options). This plugin includes a built-in scanner to find and update those insecure URLs to their HTTPS version – no manual database editing required.
Available from the Mixed Contents settings tab, the scanner lets you:
This makes cleaning up legacy HTTP links straightforward, helping you achieve a fully secure padlock with no mixed content errors.
This plugin includes a feature that allows you to receive email notifications when your SSL certificate is about to expire. It helps ensure your website remains secure and accessible over HTTPS.
You can configure the recipient email address and specify how many days in advance the notification should be sent. By default, the notification is sent 7 days before expiry, but you can adjust this to suit your preference.
This feature is especially useful for site owners who may not frequently check their SSL status, or for those managing multiple websites. By receiving timely alerts, you can renew your SSL certificate in advance and prevent potential downtime or security warnings.
Easy HTTPS Redirection includes built-in support for sending the HTTP Strict Transport Security (HSTS) response header.
HSTS instructs compatible web browsers to automatically access your website over HTTPS after a visitor has successfully visited your secure site. This helps strengthen your site’s HTTPS enforcement and reduces the risk of users accidentally accessing the HTTP version of your website.
The plugin allows you to:
includeSubDomains directive.preload directive for sites that intend to submit their domain to the browser HSTS preload list.View more details on the HTTPS Redirection plugin page.
https-redirection folder to the /wp-content/plugins/ directory.If the file exists, the plugin will update existing .htaccess file.
The plugin will store the settings in the database and add all the necessary conditions to the settings of WordPress automatically.
The.htaccess is located in the site root. With your FTP program or via cPanel go to the site root, open the .htaccess file and delete the necessary strings manually.
Please make use of the following information: https://codex.wordpress.org/FTP_Clients
Here is an example for German language files.
In order to use another language for WordPress it is necessary to set the WP version to the required language and in configuration wp file – wp-config.php in the line define('WPLANG', ''); write define('WPLANG', 'de_DE');. If everything is done properly the admin panel will be in German.
Make sure that there are files de_DE.po and de_DE.mo in the plugin (the folder languages in the root of the plugin).
If there are no such files it will be necessary to copy other files from this folder (for example, for Russian or Italian language) and rename them (you should write de_DE instead of ru_RU in the both files).
The files are edited with the help of the program Poedit – https://poedit.net/download – please load this program, install it, open the file with the help of this program (the required language file) and for each line in English you should write translation in German.
If everything has been done properly all the lines will be in German in the admin panel and on frontend.