Advertisement
Guest User

Untitled

a guest
May 25th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. # Block access to wp-admin.
  2. order deny,allow
  3.  
  4. # Allow one IP address
  5. allow from z.z.z.z
  6.  
  7. # Allow from a range of IP addresses
  8. allow from x.x.x.x/24
  9. allow from y.y.y.y/27
  10.  
  11. # deny everyone else
  12. deny from all
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement