I have some question,, my mod_rewrite didn't work in the way I want. I'm not sure what's wrong I want to use it for image anti-leeching by redirect to my script with image URL and produce the image Please tell me what's wrong with above code.
Heres what I use if it helps RewriteEngine on RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^http://(www\.)?test.com(/)?.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://(www\.)?test-externalsite.com(/)?.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://(www\.)?forums.test.com(/)?.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://(www\.)?test.co.uk(/)?.*$ [NC] RewriteRule .*\.(gif|jpg|jpeg|bmp)$ http://www.test.com/notfound.gig [R,NC] Code (markup): You can also PM Nintendo and let him know about this thread