An Apache log includes a line for each URI accessed, regardless of whether it is the first access in a redirect chain, just one of several along a redirect chain, or the URI finally served up with a status 200.
How can I generate a report showing just the first URI in each redirect chain. (For redirect chains of length one, then the first URI is the only URI. I need those included too.) I also need a count of the number of times each "first URI" was accessed.