Linux 软件免费装

WP SSL Redirect

开发者 rehmatworks
更新时间 2022年11月12日 18:50
PHP版本: 3.95 及以上
WordPress版本: 6.1
版权: GPLv2 or later
版权网址: 版权信息

标签

wordpress redirect 301 ssl force

下载

1.2 1.1 1.3.1 1.3.2 1.4 1.5 1.6

详情介绍:

WP SSL Redirect simply forces the SSL on your WordPress website by applying a 301 redirect from the HTTP path to HTTPS path. Please note that this plugin doesn't install or configure any SSL certificate, instead it simply applies a 301 redirect to force the SSL on a WordPress website where a valid SSL is already properly installed.

升级注意事项:

none

常见问题:

Does this plugin install or configure SSL?

No.

Does this plugin make any changes to the file system or database?

No changes are made to file system or the database.

How does WP SSL Redirect perform the redirect?

The plugin makes use of $_SERVER array to check either the URL is accessed over HTTPS or HTTP. If the request is made over HTTP, then the plugin sends a 301 redirect header and performs the redirect to the HTTPS version of the same URL.

301 Redirect is Not Working

If WP_SITEURL and WP_HOME are hardcoded in your WordPress website's wp-config.php file, then uncomment or delete these two constants, otherwise WP SSL Redirect's 301 redirect may not work properly.

更新日志:

== 1.3 ==