| I used HTTrack to save a backup of the website for one of
my college classes. The class is regarding a statistical
program called SAS, and the webpage had many examples of
SAS code writtin in plain text in the HTML files.
Upon saving the webpage, I recieved numerious errors like
the following example:
----
22:42:36 Error: "Not Found" (404) at link
www.science.gmu.edu/stat362/03f/DS2; (from
www.science.gmu.edu/stat362/03f/ass03s.htm)]
----
Upon analysing the saved HTML file, and the true source
file, apparently HTTrack ADDED a ".html" string a line.
--BEFORE HTTrack--
PROC PRINT DATA=DS2;
--
--AFTER
PROC PRINT DATA=DS2;.html
--
This seems to be a bug of HTTrack, that I hope will be
fixed soon. It is understandable, I suppose, since this is
strange text to begin with and could be confused with HTML.
If anybody knows of an immediate fix, such as an option
change (I used basically the default options), I would
surely like to know!
The example URL
is <http://www.science.gmu.edu/stat362/03f/ass03s.htm>
| |