After implemented this third party & mobile post stop to
working
To disable xmlrpc.php file server wide you need to update your
pre-VirtualHost Include file with the following code. You can update this file
through WHM
Order
Deny,Allow
Deny from all
Block
WordPress xmlrpc.php requests with .htaccess
I want to
send WordPress XML-RPC requests from my fictional IP address.
So I can deny
all requests to the xmlrpc.php file, except for that IP, using the following .htaccess
rules:
# Block
WordPress xmlrpc.php requests
order
deny,allow
deny from all
allow from IP
Address
Add Entry in httpd.conf for all wordpress website.
Files ~"xmlrpc.php"Order allow,denyDeny from allFiles Order Deny,AllowDeny from all
0 comments:
Post a Comment