Your IP : 216.73.216.229


Current Path : /home/jeromecohp/www/aesecure/premium/setup/snippets/
Upload File :
Current File : /home/jeromecohp/www/aesecure/premium/setup/snippets/28-block_useragent.htaccess

#aeSecure 2.8
<IfModule mod_rewrite.c>
 RewriteEngine On
 # Block based on the user-Agent.  Show a 403 page - access denied
 %LINES%
 RewriteRule .* - [F]
</IfModule>