Click to See Complete Forum and Search --> : Background Scripts


zbo09
11-28-2005, 04:26 PM
http://billybussey.com/forum/viewthread.php?tid=18668

Thats the question.

Anyone have any answers?

Cheers

stephaneey
11-28-2005, 04:36 PM
Well, I would say that the access_log of apache is done for that purpose. You can grep it an see how many times this page was called.

ie

grep -i your_url|wc -l

But you can imagine anything from there! Otherwise, you might be interested by URL rewriting!

sintax
11-29-2005, 12:05 AM
how would i impliment this though? say i want to access http://www.mysite.com/path/to/file.jpg ?