ciber Posted November 17, 2008 Share Posted November 17, 2008 When a user hotlinks my site, I want the server to block this request EG:<img src="...">. But if they link to the image with a <a href="..."> then i want it to redirect to the images.php?url=... I have already set this up, but ive hit a glitch - when I redirect the images which have been linked to the site <a href="...">, they go to the images.php 'happily', but the problem has arisen that its not blocking requests from sites that have hotlinked the images on their site <img src="..."> How can i fix this? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.