Mandatory information about my setup:
Have I read the related troubleshooter articles above before posting (which pages?)? Yes
Have I searched the tickets before posting? Yes
Have I read the documentation before posting (which pages?)? Yes
Joomla! version: (2.5.8)
PHP version: (5.3.3)
MySQL version: (5.1.39)
Host: (optional, but it helps us help you)
Admin Tools version: (2.4.4)
Description of my issue:
We have a particularly obnoxious attacker trying to force admin entry in a number of sites we administer. They use different IP addresses, but they all originate from kimsufi.com in France. This is typical: http://screencast.com/t/aMLCZhAqerSN So far we have been blocking individual IPs using the security exceptions log, but we get up to 10 attacks a day on several sites, and this is time consuming. I am a newbie to htaccess, and my question is:
Can I set a custom htaccess rule like this:
<Limit GET HEAD POST>
order allow,deny
deny from kimsufi.com
allow from all
</LIMIT>
Would I put this at the end of the htaccess file in the htaccessmaker?
Many thanks
George