Your IP : 216.73.216.68


Current Path : /home/jeromecohp/www/aesecure/setup/snippets/
Upload File :
Current File : /home/jeromecohp/www/aesecure/setup/snippets/42-block_com_users.htaccess

#aeSecure 4.2
<IfModule mod_rewrite.c>
 RewriteEngine On
 # Don't allow access to the registration native url.  This url is used by robots to create ghosts users
 # Block f.i. http://yoursite/index.php?option=com_users&view=registration
 RewriteCond %{QUERY_STRING} option=com_users&view=registration [NC]
 RewriteRule .* /%AESECURE_SITEROOT%aesecure/accessdenied.php?s=42 [L]
</IfModule>