• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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