Quote:
Originally posted by fusionx
RewriteEngine On
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www\.)?18pluspics.com(/)?.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://216.130.168.161(/)?.*$ [NC]
RewriteRule .*\.(gif|jpg|jpeg|bmp)$ - [F,NC]
that stops hotlinking by referer. Change your domain and IP and it should work exactly as is.
|
I dont want to disable hotlinking completely, just from Fusker...so i use the first code you posted right?