Wordpress xmlrpc.php configure on .htaccess

Block WordPress xmlrpc.php requests

<Files xmlrpc.php>

order deny,allow deny from all

</Files>

  • 0 Utenti hanno trovato utile questa risposta
Hai trovato utile questa risposta?

Articoli Correlati

How to Allow One IP for your website

  put the below text on .htaccessorder deny,allowdeny from allallow from <your ip>...

Redirecting HTTP to HTTPS Using CodeIgniter

  Change in config.php file:$config['uri_protocol'] = 'PATH_INFO';

SSL Working Problem

  Are you pulling your hair out trying to find out why your secure page is not fully secure?...

htaccess configure for ssl

  RewriteEngine On RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$...