Skip to content

Protect your wordpress website from non-logged users using basic auth.

Notifications You must be signed in to change notification settings

develanet/siteguard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

WP Siteguard

Protect your WordPress website from non-logged users using basic auth.

Install Instructions

Replace CHANGE_ME and add the following in your wp-config.php:

define( 'HTTP_USER_NAME', 'CHANGE_ME' );
define( 'HTTP_USER_PASS', 'CHANGE_ME' );

About

Protect your wordpress website from non-logged users using basic auth.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages