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*