How do you count page views when you look at your logs? In an easy world, you would just count the number of request for html (or php or asp or whatever) pages, but since now sites often use include files, which have the same extensions as 'real' pages, that method can not be used.
So how do you do it?