Skip to content

Instantly share code, notes, and snippets.

@roscabgdn
Last active April 25, 2016 17:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save roscabgdn/b6a74055d9a8b105cac0a0c982aa2239 to your computer and use it in GitHub Desktop.
Save roscabgdn/b6a74055d9a8b105cac0a0c982aa2239 to your computer and use it in GitHub Desktop.
# WHITELISTING IP ADDRESSES
# WHITELISTING IP ADDRESSES
<Files wp-login.php>
Order Deny,Allow
Deny from all
# Allow access via this IP address
Allow from xxx.xxx.xxx.xxx
</Files>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment