On Mon, 22 Apr 2002, Tony Lewis wrote: > > I'm not sure what you are referring to. We are discussing a common > > problem with "static" pages generated by default by Apache as "index.html" > > objects for server's filesystem directories providing no default page. > > Really? The original posting from Jamie Zawinski said: > > > I know this would be somewhat evil, but can we have a special case in > > wget to assume that files named "?N=D" and "index.html?N=D" are the same > > as "index.html"? I'm tired of those dumb apache sorting directives > > showing up in my mirrors as if they were real files... > > I understood the question to be about URLs containing query strings (which > Jamie called sorting directives) showing up as separate files. I thought the > discussion was related to that topic. Maybe it diverged from that later in > the chain and I missed the change of topic.
These sorting directives are specific to Apache when it builds a replacement "index.html" file for server's file system directories containing no default page (assuming neither such building nor the directives are disabled). They have always the form of "?<capital>=<capital>" appended to the base URL of a directory. See e.g. "http://www.kernel.org/pub/linux/" and its subdirectories for how it looks like. > I think what Jamie wants is one copy of index.html no matter how many links > of the form index.html?N=D appear. So do I and my shell pattern will work as expected. -- + Maciej W. Rozycki, Technical University of Gdansk, Poland + +--------------------------------------------------------------+ + e-mail: [EMAIL PROTECTED], PGP key available +
