It looks like using "-p -k" along with "-nd" breaks the behavior of
"-k".  To reproduce this, create an HTML file which contains an <IMG>
tag to load an image from a subdirectory.  For example, say that the
URL "http://www.foo.com/basepath/"; points to a directory containing
the following files:

  foo.html       (contains "<IMG SRC=dir/foo1.gif>")
  dir/foo1.gif

Now, if you run "wget -p -k http://www.foo.com/basepath/foo.html";, the
"<IMG>" tags are left as-is.  However, if you add "-nd", the URL in
"<IMG>" tag gets set to "http://www.foo.com/basepath/foo1.gif";.  For
some reason, it's being set to an absolute URL, and not even the
correct absolute URL, because the subdirectory information is getting
lost!

Has anyone else run into this problem?  Is there a fix for it?
Thanks in advance for any information...

-- 
Mark D. Roth <[EMAIL PROTECTED]>
http://www.feep.net/~roth/

Reply via email to