I have set up a web server so that I can access my files when I am outside my home. However, when trying to retrieve a file like
"my test.doc"
I cannot reach it. The request is transformed in something like:
.../pub/my%20test.doc
and I get the reply: file not found.
Here a piece of the HTTP logfile, showing the same, with a different file:
12:02:00 42C Authorized as: edgar
12:02:00 42C Referer: http://.../pub/melinda/
12:02:00 42C Accept-Language: nl
12:02:00 42C Accept-Encoding: gzip, deflate
12:02:00 42C d:\pub\melinda\lbo%202.txt
12:02:00 42C Connection to client closed.
12:02:00 42C ThreadReturn: -4000
12:02:00 42B HTTP/1.1 404 Not Found
12:02:00 42B Content-Type: text/plain
12:02:00 42B Content-Length = unknown
12:02:00 42B Not Found
Any Clues? Any Suggestions?
regards, Edgar
Edgar
Edgar