Skip to content

Instantly share code, notes, and snippets.

@tieppt
Created August 15, 2015 07:20
Show Gist options
  • Save tieppt/54b9eb525ea98aebdda3 to your computer and use it in GitHub Desktop.
Save tieppt/54b9eb525ea98aebdda3 to your computer and use it in GitHub Desktop.
protect xmlrpc return 403 Error when access this file.
# protect xmlrpc return 403 Error when access this file.
<IfModule mod_alias.c>
RedirectMatch 403 /xmlrpc.php
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment