PDA

View Full Version : Conversion problem (404 Not Found)


97794654
04-26-2004, 07:19 PM
Would anyone teach me why iSiloX cannot locate certain web location during conversion. But I can locate the web page using browser.

Thank you very much!

Log content (partial) is shown as below:
--------------------------------
Progress: Connecting to host(www.ccmhk.org.hk) port(80)
Progress: Connected to host(www.ccmhk.org.hk) port(80)
........ (Skipped)
[S] GET /%20daily002.htm%20 HTTP/1.1
[S] Accept: */*
[S] User-Agent: iSiloX/4.01 Windows/32
[S] Host: www.ccmhk.org.hk
[R] HTTP/1.1 404 Not Found
[R] Date: Tue, 27 Apr 2004 02:11:08 GMT
[R] Server: Apache/1.3.28 (Unix) mod_ssl/2.8.15 OpenSSL/0.9.7c PHP/4.1.2
[R] Transfer-Encoding: chunked
[R] Content-Type: text/html; charset=iso-8859-1

Voltage Spike
04-26-2004, 10:36 PM
Because you have an extra space (see the "%20"s?) before and after daily002.htm in your ixl file.

97794654
04-26-2004, 11:58 PM
How can I get rid of the extra space "%20" from my ixl file?
I have not set the condition of %20.

Voltage Spike
04-27-2004, 01:26 AM
You can either open the .ixl file in a text editor and remove the space (make sure you save the file as text), or you can add the document source again, being careful to avoid spaces.

Note: I am not sure what you mean by "I have not set the condition of %20". In case you didn't realize, the %20 is the space in web-transfer lingo.