etondeengole/Store_Application/master/wp-content/plugins/wp-spamshield/js/.htaccess - Htaccess File

etondeengole/Store_Application/master/wp-content/plugins/wp-spamshield/js/.htaccess

# WP-SpamShield - "/wp-spamshield/js/" .htaccess
# Version 1.9.1

# Control direct access to certain files.
# Apache 2.2 and 2.4 compatible

# Apache 2.2
<IfModule !mod_authz_core.c>
  Order Allow,Deny
  Allow from all
</IfModule>

# Apache 2.4
<IfModule mod_authz_core.c>
  Require all granted
</IfModule>

# jscripts.php - Allow
# Ensure that .htaccess files other plugins place in higher directories cannot prevent access
<Files jscripts.php>
  <IfModule !mod_authz_core.c>
    Allow from all
  </IfModule>
  <IfModule mod_authz_core.c>
    Require all granted
  </IfModule>
</Files>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache