Quoting Gabriel Genellina <gagenellina@softlab.com.ar>:
At 1/12/2003 13:10, you wrote:
I prefer to strip file extensions, they are tied to a specific format which is an implementation detail. I need a resource named 'logo' - if it's a jpeg, a gif or svg should be irrelevant, and a *real* webserver should decide which is the best one to return (if there were a choice).
All fine and dandy - but how do you tell your log analysis program which requests were for logos so that they can be excluded from your "page" count?
Exclude 'logo'
Excluding all the image files by name is not a very scalable solution for a site of any reasonable size - even given that one can play cute games with acquisition so that different images are returned depending on context of the page/page fragement. -- Cynthia Kiser