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/44-block_components.htaccess

#aeSecure 4.4
<IfModule mod_rewrite.c>
 RewriteEngine On
 # Block any tentative to access specifics components.
 # Remove from the list below components that you're well using on your site
 # If someone try to access to index.php?option=com_rss and this component was never installed
 # it's certainly a robot that try to exploit a security hole in that component.   Block it immediatly.
 # Block f.i. http://yoursite/index.php?option=com_rss when com_rss is mentionned in the list below
 #
 # NOTE : in order to be sure to block only the targeted component, the blocked url should mention the & character and, therefore, 
 # ----   http://yoursite/index.php?option=com_rss&   This way, http://yoursite/index.php?option=com_rssExpert won't be block 
 %LINES%
 RewriteRule .* /%AESECURE_SITEROOT%aesecure/accessdenied.php?s=44 [L]
</IfModule>