Skip to content

Instantly share code, notes, and snippets.

@badcrc
Created October 10, 2013 10:14
Show Gist options
  • Save badcrc/6916082 to your computer and use it in GitHub Desktop.
Save badcrc/6916082 to your computer and use it in GitHub Desktop.
Block wordpress bruteforce wp-login.php attack
<Files wp-login.php>
order deny,allow
Deny from all
# Allow from this IP address
allow from x.x.x.x
</Files>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment