前言介紹
- 這款 WordPress 外掛「Karlog-IT Simple SSL」是 2020-08-30 上架。
- 目前尚無安裝啟用數,是個很新的外掛。如有要安裝使用,建議多測試確保功能沒問題!
- 上一次更新是 2020-08-31,距離現在已有 1707 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
- 尚未有人給過這款外掛評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
外掛標籤
ssl | http | https | redirect | simple ssl |
內容簡介
一個簡單的 WordPress 外掛,可以將您的網站重定向到 HTTPS
Simple SSL
使用 Simple SSL 外掛,您可以為運行在基於 Apache 的 Web 伺服器上的網站啟用 HTTPS 重定向。
需要為您的網站提供有效的 SSL 憑證,但此外掛不會提供。
此外掛有什麼功能?
它會配置您的 .htaccess 檔案,該檔案是由 Apache 使用的設定檔。
我們會新增以下設定,以將您的網站配置為將所有流量重定向到 HTTPS。
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301,NE]
我們還會自動更新您的一般設定,以使用 HTTPS 而非 HTTP。
您可以從管理頁面輕鬆啟用和停用所有這些功能。
原文外掛簡介
A simple WordPress plugin that redirects your site to HTTPS
Simple SSL
With Simple SSL you can enable HTTPS redirect for your website that is running on a Apache-based webserver.
It is required to have a valid SSL certificate for your site that we do not provide.
What does the plugin do?
It configures your .htaccess file which is a configuration file used by Apache.
We add the following setting that configures your website to redirect all traffic to HTTPS.
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301,NE]
We also automatically update your general settings to use HTTPS instead of HTTP.
You can easily enable and disable all this from the admin page.
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Karlog-IT Simple SSL」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
延伸相關外掛(你可能也想知道)
暫無相關外掛推薦。