I'm trying to block xmlrpc.php access from offsite, but it's somehow being ignored. I've tried editing .htaccess manually entered as suggest by
http://forum.ait-pro.com/forums/top...mlrpc-php-block-xmlrpc-php-forbid-xmlrpc-php/
and automatically by the iTheme Security plugin.
.htaccess files/filesmatch not processed
http://forum.ait-pro.com/forums/top...mlrpc-php-block-xmlrpc-php-forbid-xmlrpc-php/
Code:
<FilesMatch "^(xmlrpc\.php)"> Order Deny,Allow Deny from all Allow from xx.xx.xx. #my ip address range </FilesMatch>
Code:
# BEGIN iThemes Security -...