Linux 软件免费装
Banner图

Easy HTTPS Redirection (SSL)

开发者 Tips and Tricks HQ
更新时间 2025年12月2日 11:12
捐献地址: 去捐款
PHP版本: 6.5 及以上
WordPress版本: 6.9
版权: GPLv2 or later
版权网址: 版权信息

标签

secure redirection ssl https htaccess automatic redirection ssl certificate insecure content force ssl force https https redirection secure page

下载

1.8 1.9.2 2.0.0 1.9.1 1.6 1.5

详情介绍:

Only use this plugin if you have installed SSL certificate on your site and HTTPS is working correctly 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.

安装:

  1. Upload https-redirection folder to the /wp-content/plugins/ directory.
  2. 通过 WordPress 的“插件”菜单激活插件。
  3. Plugin settings are located in 'Settings', 'HTTPS Redirection'.

升级注意事项:

None

常见问题:

How will the plugin work with the existing .htaccess file?

如果该文件存在,则插件将更新现有的.htaccess 文件。

What should I do if the .htaccess file does not exist?

The plugin will store the settings in the database and add all the necessary conditions to the settings of WordPress automatically.

What should I do if after making changes in the .htaccess file with the help of the plugin my site stops working?

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

How to use the other language files with the HTTPS Redirection?

这是德语文件的示例。

  1. 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.
  2. 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).
  3. 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).
  4. 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.
  5. If everything has been done properly all the lines will be in German in the admin panel and on frontend.

更新日志:

v2.0.0 v1.9.2 v1.9.1 v1.9 v1.8 v1.7 v1.6 v1.5 v1.4 v1.3 v1.2 v1.1 v1.0