XMLRPC setting needs updating for Apache
-
SG Security’s automated code addition for XML-RPC uses deprecated code. Although it still works for now, it should be updated to use current standards.
SG Security > Site Security > Disable XML-RPC adds the following code to
.htaccess
.<Files xmlrpc.php> order deny,allow deny from all </Files>
“Order” and “deny” are deprecated and will disappear at some stage. These should be replaced with “require” as follows.
<Files xmlrpc.php> Require all denied </Files>
Thank you
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘XMLRPC setting needs updating for Apache’ is closed to new replies.