How to Enable Wordpress XMLRPC on DigitalOcean
I'm using DigitalOcean (DO) Wordpress-One-Click-Install feature, and weirdly my python-wordpress-xmlrpc library not working...
Why?
That's because DO WP One-Click-Install by default blocked XMLRPC, so I have to re-enabled it...
Hope this help...
Why?
That's because DO WP One-Click-Install by default blocked XMLRPC, so I have to re-enabled it...
Unblock XMLRPC
$ a2disconf block-xmlrpc
Block XMLRPC
If you want to block the xmlrpc again:$ a2enconf block-xmlrpc
Hope this help...
Comments
Post a Comment