Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

disable xmlrpc wordpress

# Add following lines to .htaccess file
# in order to disable the XMLRPC
# Safe to make a backup of that file before
# editing

<Files xmlrpc.php>
Order Allow,Deny
Deny from all
</Files>

# XMLRPC is needed to be enabled if:
# ■ External system is trying to make connection
# ■ Unable to update wordpress
 
PREVIOUS NEXT
Tagged: #disable #xmlrpc #wordpress
ADD COMMENT
Topic
Name
5+7 =