At 10:29 10/6/99 -0700, Jim Serio wrote:
>How do those of you who run dynamic Web sites
>deal with stats. I'm particularily interested
>in those of you who use 1 or 2 scripts to
>generate the whole site and how to differentiate
>between what sections were viewed since a single
>script generated them all.

Use either mod_rewrite or a Translation handler to translate 
a URL in the form:

   http://www.site.com/clientname/documentnumber.htm

to:

   http://www.site.com/proccess-script?client=clientname&ID=documentnumber


You can then filter on the directory name to get the hits for
a particular client.


Elizabeth Mattijsen
xxLINK Internet Services

Reply via email to