Webalizer.conf and the |DOMAIN| token

Jing

Verified User
Joined
Jul 30, 2003
Messages
81
Hi. I was looking around at ways to modify my webalizer topreferrers listing to not include my own sites and came across this two ways on this forum. I have tried both and both don't seem to work.

Instead of showing the new stats without my own domains, the topreferrers section disappeared after I applied this change and run the task.queue. I put the custom webalizer.conf under /usr/local/directadmin/data/templates/custom which should be correct.

Something is not right with these and I am wondering if anyone know what is the correct version, or if it's possible?

I am also wondering if |DOMAIN| actually exists in DA if anyone can shed some light on this.


# Your own site gives most referrals
HideSite *|DOMAIN|
HideSite localhost
HideReferrer *|DOMAIN|/

# This one hides non-referrers ("-" Direct requests)
HideReferrer Direct Request

IgnoreSite *|DOMAIN|
IgnoreSite localhost*
IgnoreReferrer *|DOMAIN|/*
HideReferrer Direct Request
 
Back
Top