Forum Moderators: phranque
So, i was hoping it could be done with a .htaccess file. I've been googling a lot, but cannot find the answer.
Anyone?
Thnx in advance
jatar_k was suggesting you exclude the unwanted entries from your log file(s) prior to running whatever script you want to run on log files. On *nix systems, use grep -v "exclude_whatever", pipe to a new file and run your script on the new file.