Question
Log number of times URL is accessed
I am looking for a good way to log the number of times a particular image URL is accessed. I have a number of images in my /var/www/html/ folder which I am loading from external html pages. For example <img src=“mydomain.com/img/pick.png>. I am looking for an easy way to determine how often each image has been loaded? Any suggestions?
Thanks
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×