|
You could use a cgi script that logs each time the page is accessed, and have that log be produced on a site address available to the customer. I have used dan-o.pl perl script, giving the script a distinct name relative to each page on a site that was hosted on a cgi-capable, SSI-capable free server that did not allow me access to stats logs.
Edit for clarification: On a site that discusses tuners on one page, speakers on another and has a downloads page, use dan-o-index.pl to log statistics for the front page, embedded using a SSI call (or maybe a php call), outputting a log called index.log, then use dan-o-tuners.pl, dan-o-soeakers.pl and dan-o-downloads.pl, each embedded into their respective pages and outputting to individual log files.
Last edited by L a r r y; 02-23-2009 at 08:22 PM..
|