説明
A simple, safe, and reliable way to force HTTP URLs to HTTPS dynamically:
No setup required!
Simply activate the plugin to force HTTP URLs to HTTPS.
SIGNIFICANTLY DIFFERENT than other plugins of this type (in the best way):
Other plugins use PHP’s output buffer to search & replace URLs in the rendered webpage HTML, which is an error prone technique that negatively affects caching performance.
This plugin uses native WordPress filters instead, for maximum performance and caching compatibility (this plugin does not affect performance), along with 301 permanent redirects for best SEO (301 redirects are considered best for SEO when moving from HTTP to HTTPS).
Honors proxy / load-balancing variables for large hosting environments:
- HTTP_X_FORWARDED_PROTO
- HTTP_X_FORWARDED_SSL
Requirements:
Your web server must be configured with an SSL certificate and able to handle HTTPS request. 😉
Simply activate the plugin and you’re done:
There are no plugin settings to adjust, and no changes are made to your WordPress configuration — simply activate or deactivate the plugin to enable / disable the filters and dynamic redirects.
インストール
Automated Install
- Go to the wp-admin/ section of your website.
- Select the Plugins menu item.
- Select the Add New sub-menu item.
- In the Search box, enter the plugin name.
- Click the Search Plugins button.
- Click the Install Now link for the plugin.
- Click the Activate Plugin link.
Semi-Automated Install
- Download the plugin ZIP file.
- Go to the wp-admin/ section of your website.
- Select the Plugins menu item.
- Select the Add New sub-menu item.
- Click on Upload link (just under the Install Plugins page title).
- Click the Browse… button.
- Navigate your local folders / directories and choose the ZIP file you downloaded previously.
- Click on the Install Now button.
- Click the Activate Plugin link.
評価
貢献者と開発者
JSM's Force HTTP to HTTPS (SSL) | Simple, Safe, and Best for SEO はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。
貢献者変更履歴
Version Numbering
Version components: {major}.{minor}.{bugfix}[-{stage}.{level}]
- {major} = Major structural code changes / re-writes or incompatible API changes.
- {minor} = New functionality was added or improved in a backwards-compatible manner.
- {bugfix} = Backwards-compatible bug fixes or small improvements.
- {stage}.{level} = Pre-production release: dev < a (alpha) < b (beta) < rc (release candidate).
Repositories
Changelog / Release Notes
Version 3.1.1 (2019/11/13)
Updated the tested to value for WordPress v5.3.
- New Features
- None.
- Improvements
- None.
- Bugfixes
- None.
- Developer Notes
- None.
Version 3.1.0 (2019/05/07)
- New Features
- None.
- Improvements
- Added support for the
$scheme
argument when filtering the ‘home_url’ and ‘site_url’ values.
- Added support for the
- Bugfixes
- None.
- Developer Notes
- None.