• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Server returning 404 Not Found?

M

mjqtreble

Guest
Hi all,

I am building a web service in php on a windows server. I have placed an index.php file in a directory /webservice/ which when I view from a browser, returns the expected result - an xml file.

However - if I perform a back-end post, or try to access the file from telnet, the server returns 404 Not Found?

I have exactly the same code set up on my linux server and it works perfectly.

I have tried switching off the firewall, and changing permissions. Is there something else that I am missing?

Any ideas would be much appreciated. Thanks.

If I try a POST request to the root directory, I get:

HTTP/1.1 405 Method Not Allowed
Allow: GET, HEAD, OPTIONS, TRACE

could it be the case that all methods are disallowed on my /webservice/ folder?

Anyone know how to allow verbs? can this even be done through plesk? or does it need to be done at a higher level?
 
Last edited by a moderator:
Back
Top