Skip to main content

Home/ Diigo Community/ Problems detecting my WP-Blog
halbstein

Problems detecting my WP-Blog - 101 views

blog wordpress

started by halbstein on 02 Feb 08
  • Joel Liu
     
    Hi halbstein,
    This blog is not enabled XML-RPC which is needed for blog-this from other sites.

    If you're hosting your own WordPress and have changed the "blog address" to be different from where you've actually installed the files (for example: the WordPress installation files are in http://kreativsinn.de/flexblog/wordpress/ but display at http://kreativsinn.de/flexblog/ ), you will need to make a small change to enable automatic posting to your blog.

    To enable XML-RPC you'll need to copy your xmlrpc.php file and make one small change.

    Assuming your wordpress install is in /flexblog/wordpress/ but displays at root ( /flexblog ):
    1. Copy the xmlrpc.php file from /flexblog/wordpress/ to /flexblog
    2. Open the xmlrpc.php that you just copied in a text edtior, and find the line that says include('./wp-config.php ');
    3. Change that line to read: include('./wordpress/ wp-config.php');
  • devin mcintire
     
    Hi Joel,

    I have followed the steps listed here but still encounter a server error [1503]. I can't seem to find any additional information online, my blog address is http://www.blog.indiadevelopmentgateway.org/ and www.indiadeve... is redirected to .blog.india...




    joel wrote:
    > Hi halbstein,
    > This blog is not enabled XML-RPC which is needed for blog-this from other sites.
    >
    > If you're hosting your own WordPress and have changed the "blog address" to be different from where you've actually installed the files (for example: the WordPress installation files are in http://kreativsinn.de/flexblog/wordpress/ but display at http://kreativsinn.de/flexblog/ ), you will need to make a small change to enable automatic posting to your blog.
    >
    > To enable XML-RPC you'll need to copy your xmlrpc.php file and make one small change.
    >
    > Assuming your wordpress install is in /flexblog/wordpress/ but displays at root ( /flexblog ):
    > 1. Copy the xmlrpc.php file from /flexblog/wordpress/ to /flexblog
    > 2. Open the xmlrpc.php that you just copied in a text edtior, and find the line that says include('./wp-config.php ');
    > 3. Change that line to read: include('./wordpress/ wp-config.php');

To Top

Start a New Topic » « Back to the Diigo Community group