Your IP : 216.73.216.68


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

#aeSecure 2.9
<IfModule mod_rewrite.c>
 RewriteEngine On
 # Protection : don't allow the user to block his own server
 RewriteCond %{REMOTE_ADDR} !127.0.0.1
 RewriteCond %{REMOTE_ADDR} !%AESECURE_SERVERIP%
 RewriteCond %{HTTP_REFERER} !%HTTP_HOST%
 %LINES%
 RewriteCond %{REQUEST_FILENAME} !accessdenied\.php [NC]  
 RewriteRule .* /%AESECURE_SITEROOT%aesecure/accessdenied.php?s=587 [L]
</IfModule>