Banner for Wp Shield
This plugin will allow you to secure your development, staging and UAT environments with an http authentication block that can be controlled in admin … Wordpress Tutorial
Noted That:
  • To install correctly this wp-shield.zip .
  • Fisrt Download the wp-shield.zip to your computer
  • Extract/Open wp-shield.zip to Your Computer.
  • Then, Find readme.txt file inside wp-shield.zip and Open readme.txt .
  • Now, Read the Requirements of this plugin. Which Wordpress Version and PHP Version are required to run this Plugin in Your Wordpress Site.
  • Then, Follow the Tips Below.
Start the Tips:

Step-1 : Download " wp-shield.zip " to Your Local Computer.

Step-2 : Then, Login to your " yourdomain.com/wp-admin " Dashboard.

Login to Wordpress Wp Shield

Step-3 : Then, Click on " Plugins " + " Add New " from left Side Menu of Dashboard.

Go to Plugin Install Wp Shield

Step-4 : Now, Click on " Upload Plugin " button.

Click Upload Button Wp Shield

Step-5 : Now, Browse " wp-shield.zip " Downloaded plugin from your computer, Where you downloaded " wp-shield.zip " According to Step – 1 Above then, click on " Install Now "

Upload Plugin Wp Shield

Step-6 : Now, Click on " Active Plugin "

Activate Wp Shield

Step-7 : Then, See left Side Menu. " Wp Shield " folder is added on left Side Menu. Now, Click on " Wp Shield " folder.

Noted that: If you do not see " Wp Shield " folder on left Side Menu then, see at left Side Menu " Settings " or " Tools ".

Step-8 : Now you configure yourself oR Watch video tutorial below about Wp Shield Configurations and Settings or How to work " Wp Shield " in your WordPress site.

oR

After Activated Plugin According to Step-6 then,

  1. Go to " Plugins " + " Installed Plugin " from Wordpress Admin Panel Leftside Menu.
  2. or Direct go to: https://yourdomain/wp-admin/plugins.php
  3. Then, Find " WP Shield " Activated Plugin from Plugin List.
  4. Then, Click on " Settings " from Plugin that is WP Shield
  5. Now, Edit/Add/Config the setting and Click on " Save Changes " button,
WP Plugin Setting



Guide
  1. Download WP Shield from the WordPress plugin directory
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
  3. Use the Settings-> ’WP Shield’ screen to configure the plugin
  4. Enter the username and password you want use for the shield
  5. Check the enabled checkbox and Submit
  6. Add the following code to your wp_config.php file:

    
    if(file_exists('shield-settings.php')) { include('shield-settings.php');
    }
    

For production environments:
7. Add the above snippet of code to the shield_settings.php file in the root of
your WordPress installation.

NOTE: Depending on your setup you may need to add one of the following to your .htaccess
or apache conf file:

.htaccess


RewriteRule .* index.php [QSA,E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]

Apache conf


SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1


Name