Hello
I use this code in httpd.conf to block access to xmlrpc.php file that kills many wordpress based websites every day ;-)
<FilesMatch "^(xmlrpc\.php|wp-trackback\.php)">
Order Deny,Allow
Deny from all
</FilesMatch>
Is it possible to add a rewrite rule to block access to some files like...