konsultanblog/tagamon/master/wp-content/plugins/bulletproof-security/admin/htaccess/deny-all-ifmodule.htaccess - Htaccess File

konsultanblog/tagamon/master/wp-content/plugins/bulletproof-security/admin/htaccess/deny-all-ifmodule.htaccess

# BPS mod_authz_core IfModule BC
<IfModule mod_authz_core.c>
Require all denied
</IfModule>

<IfModule !mod_authz_core.c>
<IfModule mod_access_compat.c>
<FilesMatch "(.*)$">
Order Allow,Deny
Deny from all
</FilesMatch>
</IfModule>
</IfModule>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache