# BULLETPROOF PRO .HTACCESS PLUGIN FIREWALL # # BPS Pro 11 mod_rewrite # # BEGIN WHITELIST: Frontend Loading Website Plugin scripts/files RewriteRule ^bulletproof-security/400.php - [L] RewriteRule ^bulletproof-security/403.php - [L] RewriteRule ^bulletproof-security/405.php - [L] RewriteRule ^bulletproof-security/410.php - [L] RewriteRule ^bulletproof-security/isl-logout.php - [L] # END WHITELIST # # FORBID REMOTE ACCESS TO THESE PLUGIN FILE TYPES FROM ANYONE EXCEPT YOU RewriteCond %{REQUEST_URI} ^.*\.(7z|as|bat|bin|cgi|chm|chml|class|cmd|com|command|dat|db|db2|db3|dba|dll|DS_Store|exe|gz|hta|htaccess|htc|htm|html|htx|ico|idc|ini|ins|isp|jar|jav|java|js|jse|jsfl|json|jsp|jsx|lib|lnk|out|php|phps|php5|php4|php3|phtml|phpt|pl|py|pyd|pyc|pyo|rar|shtm|shtml|sql|swf|sys|tar|taz|tgz|tpl|txt|vb|vbe|vbs|war|ws|wsf|xhtml|z|zip)$ [NC] # BEGIN PUBLIC IP RewriteCond %{REMOTE_ADDR} !^127.0.0.1$ # END PUBLIC IP RewriteRule ^(.*)$ - [F]