Guest User

Untitled

a guest
Mar 2nd, 2018
367
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.13 KB | None | 0 0
  1. # Block WordPress xmlrpc.php requests
  2. <Files xmlrpc.php>
  3. order deny,allow
  4. deny from all
  5. allow from 123.123.123.123
  6. </Files>
Add Comment
Please, Sign In to add comment