
內容簡介
攻擊者想要突破 WordPress 管理員頁面。基本身分驗證可幫助預防攻擊。
但某些情況下可能無法修改 .htaccess 或 ssl.conf。
此外掛對於無法修改 Apache conf(.htaccess) 或 Nginx conf(ssl.conf) 的伺服器非常有用。
使用類似基本身分驗證來保護 WordPress 管理頁面。無需 .htaccess 或 ssl.conf 。
功能
使用使用者名稱和密碼進行身分驗證登入。
可自訂登入頁面上的標題和訊息。
注意事項
此外掛並未取代基本身分驗證。如果您能修改 .htaccess 或 ssl.conf,建議優先使用這些方法。請參閱執行層之差異。
執行層之差異
前端(例如:CSS、JavaScript)
應用程式外掛 <- 此外掛
應用程式(例如:WordPress)
程式語言(例如:PHP)
中介軟體網頁伺服器(例如:Apache、Nginx)<- .htaccess 基本身分驗證
資料庫/作業系統中介軟體
外掛標籤
開發者團隊
📦 歷史版本下載
原文外掛簡介
Attackers trying to breakthrough WordPress admin page. Basic Authentication helps to prevent attacks.
But some case it can’t modify .htaccess or ssl.conf.
This plugin is useful for servers where prohibition modify Apache conf(.htaccess) or Nginx conf(ssl.conf).
Protect WordPress admin page on similar Basic Auth. It doesn’t need .htaccess or ssl.conf.
Features
Auth log in with User Name and Password.
Customization title and message in Login page.
Note
This plugin doesn’t replace Basic Authentication. If you can modify .htaccess or ssl.conf, I recommend using that. See differences running layer.
Running Layer
Fronts-end (ex: CSS, Javascript)
Application Plugin <- This plugin
Application (ex: WordPress)
Programming language (ex: PHP)
Middleware Web (ex: Apache, Nginx) <- .htaccess Basic Authentication
Middleware DB / OS
