Hi Folks, Browsers and servers handle filenames with spaces in them by turning the space into %20, and vise versa. for instance if you have a file called "file name.html", and refer to it as such in "file.html", browsers look for "file%20name.html", and servers will correctly serve "file name.html".
Unfortunately htdig removes the space. and looks for "filename.html" and reports: Not found: http://domain.com/some/path/filename.html Ref: http://domain.com/some/path/file.html Is there a way to go around this problem? Regards, Joe -- _/ _/_/_/ _/ ____________ __o _/ _/ _/ _/ ______________ _-\<,_ _/ _/ _/_/_/ _/ _/ ......(_)/ (_) _/_/ oe _/ _/. _/_/ ah [EMAIL PROTECTED] _______________________________________________ htdig-general mailing list <[EMAIL PROTECTED]> To unsubscribe, send a message to <[EMAIL PROTECTED]> with a subject of unsubscribe FAQ: http://htdig.sourceforge.net/FAQ.html

