Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problems publishing files

Status
Not open for further replies.

Sonix

Programmer
Mar 5, 2001
16
GB
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
 
For publishing files you need to use ftp protocal for publishing not http.
So if you can normally ftp into home directory you would use these same settings
in configuring netscape for publishing.

hope this helps,
maxit
 
Thanks for the reply however I've also tried this ...
ftp://localhost/t1.html


but I get the error ...

A network error occured while Netscape was receiving data (network Error: Broken pipe)

Try connecting again


Can you tell us what I'm doing wrong?


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top