I am moving an application from passing identifiers in the query string to passing them in as part of the url. So instead of myobj/details?id=123
, it would be myobj/123
I would like to be able to have comparable webalizer statistics after this. So I want to be able to log the full url, but report on only how many hits to myobj/*
Is it possible to do this? If so, how?