Preventing Login through Hardening WordPress
-
I’ve Google’d and implemented a login access firewall to my WPMS networks via the .htaccess directives:
<Files wp-login.php> order deny,allow Deny from all # allow access from these IP addresses allow from 123.456.789.012 allow from 987.654.321.098 </Files>
Does anyone know how or why people still get through and attempt to login? The
Sucuri Security
plugin continues to alert me of login attempts:This email was sent from your website "My WordPress Multisite Network" by the Wordfence plugin at Friday 18th of September 2015 at 01:05:37 PM The Wordfence administrative URL for this site is: https://example.com/wp-admin/admin.php?page=Wordfence A user with IP address 92.81.164.249 has been locked out from the signing in or using the password recovery form for the following reason: Used an invalid username 'test' to try to sign in. User IP: 92.81.164.249 User hostname: 92.81.164.249 User location: Ia?i, Romania NOTE: You are using the free version of Wordfence.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Preventing Login through Hardening WordPress’ is closed to new replies.