Jetpack error xml_rpc-32700
-
good afternoon,
I have tried many times, but I can not properly install the Jetpack plugin. It gives this error and can not solve this situation any way. Please help me..i like to work with Jetpack and i don´t now whats going one..thanks
Your Jetpack has a glitch. Something that should never fail has failed. Looks like no luck: XML_RPC-32700
Please try connecting again.Error Details: The Jetpack server Could not Communicate with your site’s XML-RPC URL. Please check to make sure http://pouparcomdescontos.com/xmlrpc.php is working properly. It Should show ‘XML-RPC server accepts POST requests only.’ on a line by itself When viewed in the browser and should not have any blank links or extra output anywhere.
best regards,
idalina
Blog url: http://www.pouparcomdescontos.com -
Try this, Edit code of tour .htaccess and add:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPressGood luck!
- The topic ‘Jetpack error xml_rpc-32700’ is closed to new replies.