Before to install admintools I changed my .htaccess. I Added these line to block a spammer website:
# block visits from semalt.com
RewriteEngine on
RewriteCond %{HTTP_REFERER} semalt\.com [NC]
RewriteRule .* - [F]
After I installed admintools. With .htaccess Maker tool of Admin Tools I created a .htaccess ,
Where, in which part of .htaccess file, I have to add them?
Thank you