From 427c36548cba64262cdef3d56e72e6dcd2cf929e Mon Sep 17 00:00:00 2001 From: Curtis McHale Date: Thu, 4 Apr 2024 11:31:04 -0700 Subject: [PATCH] bloking xmlrpc --- www/.htaccess | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/www/.htaccess b/www/.htaccess index b82960c..80b1334 100644 --- a/www/.htaccess +++ b/www/.htaccess @@ -144,6 +144,12 @@ RewriteRule .* "/wp-content/cache/wp-rocket/%{HTTP_HOST}%{REQUEST_URI}/index%{EN # END WP Rocket +# Block WordPress xmlrpc.php requests + +order deny,allow + deny from all + + RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L]