Денис Осадчий wrote: > Hello All, > > I have not found in manual and in other places this information: can > wget copy site for mirroring if site has URLs with parameters, like > index.php?a=1&... ? > > In this case wget create separate file for each such page, for > example > site_name/index.php?a=1 > site_name/index.php?a=2 > site_name/index.php?a=3&b=... > ... > > But apache and other web servers can not handle them as html pages > because of different file extensions. > > So, how to mirror such sites?
I think you may find the addition of the -k and -E options to be helpful for this. -- Micah J. Cowan Programmer, musician, typesetting enthusiast, gamer. Maintainer of GNU Wget and GNU Teseq http://micah.cowan.name/
