• Hello, my site is thrakinet.tv I use 4.2.3. When I try to access the site with the app on the mobile phone it doesn’t connect. I open the ftp client and the file xmlrpc.php exists on the public html but when I hit thrakinet.tv/xmlrpc.php I get a 404 error.
    Is there any idea why?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Accessing xmlrpc.php directly from a browser should render the message “XML-RPC server accepts POST requests only.”, rather than a 404. Are you using any security plugins or any .htaccess rules that might include a method for disabling xmlrpc?

    Thread Starter Panos

    (@panosk)

    Yes in the htaccess file has the following code

    # protect xmlrpc
    <Files xmlrpc.php>
    	Order Deny,Allow
    	Deny from all
    </Files>

    Should I change deny to allow?

    You could also just comment it out if you like. That way if you change your mind later, you can easily remove the commenting.

    # protect xmlrpc
    #<Files xmlrpc.php>
    #	Order Deny,Allow
    #	Deny from all
    #</Files>

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘xmlrpc.php Does not open’ is closed to new replies.