Skip to content

Instantly share code, notes, and snippets.

@toppy368
Created February 27, 2017 07:00
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save toppy368/ba453d12a2ec169b69556dbf91c9c92f to your computer and use it in GitHub Desktop.
# SET login IP for wp-login.php
<Files wp-login.php>
Order deny,allow
Deny from All
# SET login IP Example : 127.0.0.1 or 127.0.
Allow from 127.0.0.1
</Files>
# END SET login IP
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment