WTF? what is this??
WTF? what is this??
Out of context: Reply #29
- Started
- Last post
- 37 Responses
- ldww0
put this in your .htaccess
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^http://yourdomain.com.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.yourdomain.com.*$ [NC]
RewriteRule .*\.(gif|jpg|jpeg|bmp)$ http://www.yourdomain.com/stopho… [R,NC]