Created
April 18, 2024 08:34
-
-
Save thierrypigot/52931001d3e3df92dff4ea9b38f4cca5 to your computer and use it in GitHub Desktop.
désactiver XML-RPC en ajoutant quelques lignes de code dans le fichier .htaccess
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Block WordPress xmlrpc.php requests | |
<Files xmlrpc.php> | |
order deny,allow | |
deny from all | |
</Files> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment