WordPress Brute Force attack .htaccess rules not working
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
*** Added this line, the xxx is not in the file, just here
RewriteCond %{REMOTE_ADDR} !^xxx\.119\.186\.66$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
*** Added this line, the xxx is not in the file, just here
RewriteCond %{REMOTE_ADDR} !^xxx\.119\.186\.66$
RewriteCond %{REQUEST_URI} ^(.*)?wp-login\.php(.*)$ [OR]
I didn't see an account with us, associated with the email address you have registered here in the community support center, so I wasn't able to fix this for you. If you're still having any issues at all gaining access to your WordPress website after following these suggestions, please be sure to let us know! - JacobRewriteCond %{REQUEST_URI} ^(.*)?wp-admin$
RewriteCond %{REMOTE_ADDR} !^123\.123\.123\.123$
RewriteRule ^(.*)$ - [R=403,L]