Guest Posted March 15, 2007 Share Posted March 15, 2007 Im tring to protect my images from hotlinking. I want to put it in a directory above alot of domains so i want it to work on all the domains. I cant get this to work right. RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^{HTTP_HOST}.* [NC] RewriteRule (.*) showpic.php?pic=$1 Link to comment https://forums.phpfreaks.com/topic/42816-image-protect/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.