index.html?arg=hello

2004-05-26 Thread Carl McTague
these, it saves local files called blah.com/index.html?arg=hello which is fine, but it leaves the internal links unaltered, and so the local copy's links are broken. To remedy the situation, could wget save the files as blah.com/?arg=hello, or rewrite the links within the pages to index.html?arg

Re: index.html?arg=hello

2004-05-26 Thread Carl McTague
that has index.cgi files with arguments. Internally, the pages refer to these with links like: blah.com/?arg=hello. When wget fetches these, it saves local files called blah.com/index.html?arg=hello which is fine, but it leaves the internal links unaltered, and so the local