RyanNg/bkh/master/wp-content/plugins/wp-spamshield/includes/.htaccess - Htaccess File

RyanNg/bkh/master/wp-content/plugins/wp-spamshield/includes/.htaccess

# WP-SpamShield - .htaccess
# Version 1.9.7.8

# Block access to files.
# Apache 2.2 and 2.4 compatible

# All Files - Deny
<Files *>
  <IfModule !mod_authz_core.c>
    Deny from all
  </IfModule>
  <IfModule mod_authz_core.c>
    Require all denied
  </IfModule>
</Files>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache