• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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