hello, im running awstats on windows 2003 IIS 6, and i wonder how i can make it update hourly? i set a scedule to update it but it wont search for today's logfile. if today is 20070604.log it wont seach for that one until 2007-06-05 and i wonder how i can change this :/
Hi, In the AWStats config file, replace: LogFile="C:\path_to_logs\ex%YY-24%MM-24%DD-24.log" Code (markup): by: LogFile="C:\path_to_logs\ex%YY-1%MM-1%DD-1.log" Code (markup): where path_to_logs is the path to your logs directory. Jean-Luc