Skip to content

Instantly share code, notes, and snippets.

@Kaiderella
Created June 7, 2018 01:52
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 Kaiderella/0540f2359504a5b5f03a428bbd10da51 to your computer and use it in GitHub Desktop.
Save Kaiderella/0540f2359504a5b5f03a428bbd10da51 to your computer and use it in GitHub Desktop.
Chặn truy cập xmlrpc.php
<Files xmlrpc.php>
<IfModule mod_authz_core.c>
Require all denied
</IfModule>
<IfModule !mod_authz_core.c>
Order allow,deny
Deny from all
</IfModule>
</Files>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment