Since early of this year I’m trying to blog using third party client. Desde o início deste ano que estou tentando blog usando o terceiro cliente. Unfortunately after providing user name/password and xmlrpc (XML Remote Procedure Call) link, the client returning HTTP Error code 404. Infelizmente, após fornecer o nome do usuário / senha e xmlrpc (XML Remote Procedure Call) link, o cliente retornando código de erro HTTP 404. Not found. Não foi encontrado.
I figured out even I tried to access the file via web browser the server also returned 404 error. Eu mesmo me out figurava tentou acessar o arquivo através do navegador web do servidor também retornou o erro 404.
To fix this error, enter the following code to .htacess file: Para corrigir esse erro, digite o código a seguir. Htacess arquivo:
<Files xmlrpc.php> <Files Xmlrpc.php>
SecFilterInheritance Off SecFilterInheritance Off
</Files> </ Files>
I read somewhere cited some provider blocking WordPress xmlrpc.php, due to security issues. Li algures citados alguns provedor WordPress xmlrpc.php bloqueio, devido a problemas de segurança. A hacker might gain access to an older WordPress xmlrpc file. Um hacker poderia ganhar acesso a uma mais velhos WordPress xmlrpc arquivo.
Why I’m desperately want to blog remotely? Por que eu estou desesperadamente querem remotamente blog?
- Now I can blog faster while having desktop draft and archive. Agora posso blog mais rápido, tendo projecto de desktop e de arquivo.
- Faster blogging tool. Faster blogs ferramenta. Spellchecker & styling on the desktop faster than online WYSIWYG editor. Corretor ortográfico e estilização no desktop mais rápido do WYSIWYG editor online.
- I’m on narrowband , 1Mbps connection, waiting online tools response tiring me. Eu estou em banda estreita, 1Mbps contexto, espera-me cansativo resposta ferramentas on-line.

