Hallo,
ich habe Probleme mit der iPhone App und deren zugriff auf die xmlrpc.php.
Grundsätzlich geht es erst mal nicht.
Also habe ich in den write operations geschaut, da ist die xmlrpc ativiert.
in der FAQ steht folgendes
ZitatFirst ensure that you’ve typed in the URL correctly. If it’s correct, and you are on self-hosted WordPress, verify that xmlrpc.php is functioning properly. Locate your RSD meta tag by viewing-source on your blog. It will look similar to this:
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://example.com/xmlrpc.php?rsd" />
Next, follow the link, http://example.com/xmlrpc.php?rsd, and make sure it resolved to an XML file. Locate the WordPress API item: http://example.com/xmlrpc.php. And lastly, load that apiLink value into your browser. If everything is setup correctly, you should see this message: “XML-RPC server accepts POST requests only.”
Also wie gesagt, aktviert war sie. sie liegt im blog stammverzeichnis und hat als zugriffsrecht (zwischenzeitlich sogar 777)
der genannte
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://example.com/xmlrpc.php?rsd" />
war allerdings nicht zu finden.
also habe ich meine header.php geöffnet und um den eintrag erweitert
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
<link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://lohfeld.com/blog/xmlrpc.php?rsd" />
jetzt steht die line auch mit im seitencode. aber unter der Adresse
bekomme ich immer nur ein
ZitatNot Acceptable
An appropriate representation of the requested resource /blog/xmlrpc.php could not be found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Hmmmmm ike weis nicht weiter. habt ihr noch eine Idee was ich falsch mache?
Also wie gesagt, meinen blog erreicht man unter
http://lohfeld.com/blog
Ich nutze WP3.1 und Aspire als Theme.