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 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.