# Block XML-RPC abuse
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_URI} ^/xmlrpc.php$ [NC,OR]
RewriteCond %{REQUEST_URI} ^//xmlrpc.php$ [NC]
RewriteRule .* - [F,L]
</IfModule>


<FilesMatch \.php$>
        SetHandler proxy:fcgi://gdiarios-php81
</FilesMatch>
