xmlrpc.php

  1. M

    Problem with installing xmlrpc on openlitespeed 1.5

    Hello, I can not cope with installing xmlrpc in lsphp72. When looking at the list of installed packages, lsphp72-xmlrpc exists. There were no error messages in the installation on Debian. I am asking for a hint on how to solve this problem. Greetings Mariusz Pulkwski
  2. Mohsen Ghiasi

    How to block access to xmlrpc.php file?

    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...
Top