Wordpress xmlrpc.php 301 Moved Permanently Wordpress xmlrpc.php 301 Moved Permanently wordpress wordpress

Wordpress xmlrpc.php 301 Moved Permanently


Found the answerI have just located this file:

/etc/apache2/conf-enabled/block-xmlrpc.conf

This had this inside

<IfModule mod_rewrite.c>    <Directory / >        Redirect 301 /xmlrpc.php /    </Directory></IfModule>

This file was causing the redirect. Have commented out its contents for now. I didn't create this, so I must assume DigitalOcean create it when doing the Wordpress one click install


I found this file under /etc/apache2/conf-available/ rather than /conf-enabled/