<!-- m --><a class="postlink" href="http://billybussey.com/forum/viewthread.php?tid=18668">http://billybussey.com/forum/viewthread.php?tid=18668</a><!-- m -->
Thats the question.
Anyone have any answers?
CheersWell, 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!how would i impliment this though? say i want to access <!-- m --><a class="postlink" href="http://www.mysite.com/path/to/file.jpg">http://www.mysite.com/path/to/file.jpg</a><!-- m --> ?
Thats the question.
Anyone have any answers?
CheersWell, 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!how would i impliment this though? say i want to access <!-- m --><a class="postlink" href="http://www.mysite.com/path/to/file.jpg">http://www.mysite.com/path/to/file.jpg</a><!-- m --> ?