Re: Keep track of page-access [message #172894 is a reply to message #172890] |
Fri, 11 March 2011 08:38 |
Denis McMahon
Messages: 634 Registered: September 2010
Karma:
|
Senior Member |
|
|
On 11/03/11 21:37, sl@exabyte wrote:
>>
>> Use the server logs.
>>
>> Or do you mean to keep track of people clicking on a link to another
>> website?
> I want to know, roughly, the number of times the HTML file is
> accessed/opened.
If it is a file on your server, your server logs will record every
request for it, including requests that return status code 304.
What you could do is check the logs once a day, counting all accesses
date stamped for the previous day, and adding this figure to a running
total.
Rgds
Denis McMahon
|
|
|