Forum Moderators: DixonJones

Message Too Old, No Replies

Needing to see all referring urls

         

Amanda

5:45 pm on Mar 28, 2005 (gmt 0)

10+ Year Member



I'm looking for a good free program to analyze my logs and show me every single exact referring url. I've been using Analog and Webalizer, but they don't show every single referring url. Is there a free program that does this?

larryn

2:30 am on Mar 29, 2005 (gmt 0)

10+ Year Member



Did you try googling for "referrer reports breakout" or something like that?

dcrombie

12:21 pm on Mar 29, 2005 (gmt 0)



On linux you can just type:

awk -F\" '{print $4}' combined_log ¦ sort ¦ uniq -c ¦ sort

;)

webalizer can also be configured to record ALL referers