Forum Moderators: DixonJones
My logfiles do not contain any referrer information. Can anyone tell me what to do so that the log files start recording referrers.
Also the site contains mainly dynamic pages but again the logfiles is not recording any of the parameters. Does anyone know what to do to start logging this info.
Thank you
M.
I assume you have access to your apache conf files?
under the "log format" directive. There should be several default examples. Uncomment them.
LogFormat "%a %h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
LogFormat "%h %l %u %t \"%r\" %>s %b" common
LogFormat "%{Referer}i -> %U" referer
LogFormat "%{User-agent}i" agent
Click here to see it. [netiq.com]