Search found 1 match
- 06 Nov 2020, 16:36
- Forum: General Discussion (csf)
- Topic: CSF blocks ip with 2 login failure in wordpress
- Replies: 1
- Views: 2860
CSF blocks ip with 2 login failure in wordpress
I have CSF on my server and I use directadmin. when a user has 2 login failure in wordpress website csf add code like this in .htaccess file: # BEGIN Brute Force Login Protection <FilesMatch ".*\.(php|html?|css|js|jpe?g|png|gif)$"> order deny,allow deny from 178.63.180.101 </FilesMatch> # ...