WP Similar Basic Auth

WP Similar Basic Auth Install Statistics

0
100%
Today: 0 Yesterday: 0 All-time: 1,758 downloads
WP Similar Basic Auth Icon

Try plugin: WP Similar Basic Auth

We'll create fresh WordPress site with WP Similar Basic Auth installed. You have 20 minutes to test the plugin after that site we'll be deleted.

Takes ~10 seconds to install.

About WP Similar Basic Auth

Protect WordPress admin page on similar Basic Auth without .htaccess.

0


0


0


0


0

updated: 3 years ago
since: 4 years ago
author: 256hax

Description

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