| > HOWEVER: when introducing the '-K4' option, the files
are
> written with the correct filenames, however the URL's in
> the html documents are not re-written.
?? What do you mean? The K4 option means "don't rewrite ANY
url, leave them as is", so the normal behavious is not to
touch the URLs at all
K0 foo.cgi?q=45 -> foo4B54.html?q=45 (relative URI,
default)
K ->
<http://www.foobar.com/folder/foo.cgi?q=45> (absolute URL) (--
keep-links[=N])
K4 -> foo.cgi?q=45 (original URL)
K3 -> /folder/foo.cgi?q=45 (absolute URI)
| |