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? Link to comment https://forums.phpfreaks.com/topic/133052-problem-with-htaccess-and-image-rewrite-to-php/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.