Blocked xmlrpc.php, but still attempts on xmlrpc Gateway
-
Hey NicolasKulka (@nicolaskulka)
Thanks for your great plugin! I have been using it for time now and everytime I get a notification of a blocked IP, I feel a bit nervous. So I changed my .htaccess
I have whitelisted only some IPs for accessing my wp-admin and wp-login\.php. This seems to work fine. But just now I got a warning from your plugin about a blocked IP through the XMLRPC Gateway. How is this possible if I have the following code in my .htaccess file?
# Block WordPress xmlrpc.php requests
<Files xmlrpc.php>
order deny,allow
deny from all
</Files>Hope you have a answer for this. Thanks in advance!
Greetings
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Blocked xmlrpc.php, but still attempts on xmlrpc Gateway’ is closed to new replies.