Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   RSS, Feeds & Subscribing (http://forum.bytesforall.com/forumdisplay.php?f=18)
-   -   Problems enabling XML-PRC (http://forum.bytesforall.com/showthread.php?t=10466)

qbuster Oct 19, 2010 03:06 AM

Problems enabling XML-PRC
 
When I try to enable XML-RPC services site via (Admin-Writing) I get a 404 not found. However, httphttp://waterwaywatch.org/xmlrpc.php indicates that xmlrpc.php is present and responding.

This suggests to me that it may be a .HTACCESS problem which is beyond my ken - can anyone see a problem with the following extract from my .htaccess which mentions xmlrpc..php at the bottom ?

Thanks in advance for any input....

Will

RewriteEngine On
RewriteBase /

#uploaded files
RewriteRule ^(.*/)?files/$ index.php [L]
RewriteCond %{REQUEST_URI} !.*wp-content/plugins.*
RewriteRule ^(.*/)?files/(.*) wp-includes/ms-files.php?file=$2 [L]

# add a trailing slash to /wp-admin
RewriteCond %{REQUEST_URI} ^.*/wp-admin$
RewriteRule ^(.+)$ $1/ [R=301,L]

RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule . - [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-.*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
RewriteRule . index.php [L]

<IfModule mod_security.c>
<Files async-upload.php>
SecFilterEngine Off
SecFilterScanPOST Off
</Files>
</IfModule>

<Files xmlrpc.php>
SecFilterInheritance Off
</Files>
AuthName waterwaywatch.org
IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*

lmilesw Oct 19, 2010 09:32 AM

That's probably more of a wordpress.org question. Or Google it which is where I would start.

qbuster Oct 19, 2010 11:30 AM

Quote:

Originally Posted by lmilesw (Post 46678)
That's probably more of a wordpress.org question. Or Google it which is where I would start.

The issue presented itself last week and I have been on Wordpress developer forums and Googling ever since and found there are a lot of people with the problem but no solutions that work for my circumstances.

My web host (Dataflame) has been working on it with me and after making some progress declared defeat this morning - that is when I thought I would contact BFA on the offchance. In a turn around, I have just heard from my web host that they had sorted the problem (which, by the way, is posting to my blog from an Android phone) using Wordpress for Android - a preliminary looks positive.

Thanks for the input..

Will


All times are GMT -6. The time now is 05:36 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.