[wp-hackers] Custom URL
Joseph Scott
joseph at josephscott.org
Tue Mar 2 03:43:08 UTC 2010
If all you need are some new XML-RPC methods that your clients use to
submit data to your WP install you can easily do that with a plugin:
http://josephscott.org/archives/2008/11/adding-xml-rpc-methods-to-wordpress/
Then your XML-RPC methods will be exposed via the standard WP XML-RPC
end point http://jumping-duck.com/xmlrpc.php (using your URL example).
On Mon, Mar 1, 2010 at 7:47 PM, Eric Mann <eric at eamann.com> wrote:
> I'm building a simple XML-RPC error reporting system for a couple of
> plug-ins, and I want to manage the XML-RPC server from my own WordPress
> installation. In order to do this, I need a simple URL my clients can post
> data to. I'd like it to be short, like http://jumping-duck.com/xmlserver/
> but in order to do that, I'll need some kind of custom URL rewriting.
--
Joseph Scott
joseph at josephscott.org
http://josephscott.org/
More information about the wp-hackers
mailing list