开发者 |
ottok
zuige onnimonni |
---|---|
更新时间 | 2020年7月28日 16:06 |
捐献地址: | 去捐款 |
PHP版本: | 3.7 及以上 |
WordPress版本: | 4.9.4 |
版权: | GPLv3 |
版权网址: | 版权信息 |
http://example.org/
and you want to have the admin area https protected, but you don't have a SSL/TLS certificate so that https://example.org/
would work, you can define another domain for secure connections.
For example instead of https://example.org/wp-login.php
or https://example.org/wp-admin/
the user is redirected to https://example.seravo.com/wp-login.php
or https://example.seravo.com/wp-admin/
.
This plugin works with both normal WordPress installations and WordPress Network installation and is compatible with the WordPress MU Domain Mapping plugin.
The code is optimized to be fast and does not for example do any database lookups or use cookies.
This plugin is made by Seravo Oy, which specializes in open source support services and among others is the only company in Finland to provide WordPress Premium Hosting.
Source available at https://github.com/Seravo/wp-https-domain-alias
/wp-content/plugins/
directory.wp-config.php
defines the needed constants.Yes, since version 0.4.
This plugin has no visible UI, the magic happens automatically if the plugin is active.
See http://codex.wordpress.org/Administration_Over_SSL Note that defining FORCE_SSL_LOGIN is not needed.