Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » RSS, Feeds & Subscribing »

Problems enabling XML-PRC


 
Prev Previous Post   Next Post Next
  #1  
Old Oct 19, 2010, 03:06 AM
qbuster's Avatar
qbuster
 
84 posts · Mar 2010
Alrewas, Staffordshire, UK
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*
 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Enabling/disabling sidebar Certis Sidebars & Widgets 13 Aug 3, 2010 08:27 AM
XML declaration levd RSS, Feeds & Subscribing 3 Jun 23, 2010 08:02 PM
XML Sitemap Generator gradlebum Atahualpa 3 Wordpress theme 0 May 30, 2009 05:24 PM
Enabling sidebar for select pages guacamoly Sidebars & Widgets 1 May 4, 2009 02:17 AM
Enabling Comments MichaelZ Comments, trackbacks & pings 1 Apr 23, 2009 04:29 PM


All times are GMT -6. The time now is 11:41 AM.


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