JSM Force HTTP to HTTPS / SSL – No Setup, Fast and Reliable

Mô tả

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.

There are no plugin settings to adjust, and no changes are made to your WordPress configuration.

SIGNIFICANTLY FASTER than other popular plugins of this type:

Other well known plugins use PHP’s output buffer to search & replace URLs in the rendered HTML, which is a technique that is error prone and negatively affects caching performance (as changes are not cached).

This plugin uses standard WordPress filters instead of PHP’s output buffer for maximum reliability, performance, caching compatibility, and uses 301 permanent redirects for best SEO results (301 redirects are considered best for SEO when moving from HTTP to HTTPS).

Supports advanced proxy / load-balancing HTTP headers:

  • X-Forwarded-Proto (aka HTTP_X_FORWARDED_PROTO server value)
  • X-Forwarded-Ssl (aka HTTP_X_FORWARDED_SSL server value)

See Web technology for developers > HTTP > HTTP headers > X-Forwarded-Proto for more details.

Plugin Requirements

Your web server must already be configured with an SSL certificate and able to handle HTTPS request. 😉

Đánh giá

29 Tháng Một, 2021
I spent HOURS trying to make this happen, but a problem kept coming up... I had no idea what I was doing. AND everyone had a different redirect idea online. This plugin worked the magic quickly! Thanks! (I did have to restart Apache after installing the plugin for those using AWS Lightsail)
25 Tháng Ba, 2020
I spent 20 hours with no sleep trying to make this SSL nonsense work and this little plugin did it in a click Honestly, I didn't believe it and checked the site on 2 other pcs
20 Tháng Năm, 2019
In the split second changed all HTTP to HTTPS and increased speed ! I'd recommend this plugin. Thank you @jsmoriss 😉
Đọc tất cả 11 đánh giá

Người đóng góp & Lập trình viên

“JSM Force HTTP to HTTPS / SSL – No Setup, Fast and Reliable” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.

Những người đóng góp

“JSM Force HTTP to HTTPS / SSL – No Setup, Fast and Reliable” đã được dịch qua 4 ngôn ngữ. Cảm ơn những người tham gia dịch vì đóng góp của họ.

Dịch “JSM Force HTTP to HTTPS / SSL – No Setup, Fast and Reliable” sang ngôn ngữ của bạn.

Muốn tham gia phát triển?

Duyệt code, check out SVN repository, hoặc theo dõi nhật ký phát triển qua RSS.

Nhật ký thay đổi

Version Numbering

Version components: {major}.{minor}.{bugfix}[-{stage}.{level}]

  • {major} = Major structural code changes and/or incompatible API changes (ie. breaking 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.4.1 (2021/02/14)

  • New Features
    • None.
  • Improvements
    • Minor update for readme text and copyright date.
  • Bugfixes
    • None.
  • Developer Notes
    • None.
  • Requires At Least
    • PHP v7.2.34.
    • WordPress v5.5.

Version 3.4.0 (2020/11/17)

  • New Features
    • None.
  • Improvements
    • Updated the actions and filter hooks to use PHP_INT_MIN and PHP_INT_MAX.
  • Bugfixes
    • None.
  • Developer Notes
    • None.
  • Requires At Least
    • PHP v7.0.
    • WordPress v4.5.