Hi,
I'm running Apache on Linux as a local setup and I'm trying to publish some files to it using Composer. I know Apache is running but when I try to publish a file I get the following message...
Netscape: 405 Method Not Allowed
Error uploading files
The server responded: Method Not Allowed
The requested method PUT is not allowed for the URL/mytest/t1.html
I'm using the http to transfer the files and I'm logged in as root. Can someone tell me how to resolve this? It sounds like Apache needs to be configured for PUT, if so how can I do this?
Thanks in advance
I'm running Apache on Linux as a local setup and I'm trying to publish some files to it using Composer. I know Apache is running but when I try to publish a file I get the following message...
Netscape: 405 Method Not Allowed
Error uploading files
The server responded: Method Not Allowed
The requested method PUT is not allowed for the URL/mytest/t1.html
I'm using the http to transfer the files and I'm logged in as root. Can someone tell me how to resolve this? It sounds like Apache needs to be configured for PUT, if so how can I do this?
Thanks in advance