Adrien D wrote: > *Bug with GNU Wget 1.11.4 > Recursive Download* > > If a relative URL is /"/?a=1"/ or* **if an *absolute *URL *is* > */"//www.website.org///?a=1"/, then Wget downloads > /"www.website.org/index.html?a=1"/. This is the cause an error 404 if > the principal page is /"index.php"/. Wget downloads > /"www.website.org/index.html?a=1"/ instead of > /"www.website.org/index.php?a=1//"/.
I can't reproduce this. It downloads _to_ a file named index.html?a=1 (as it always does), but it only requests the URL that it was given. Please provide an example of something specific that's not working for you (but try with --debug first to make sure you understand what Wget's doing). -- Micah J. Cowan http://micah.cowan.name/
