View Single Post
Old 03-31-2018, 01:35 PM  
pornuploader
Confirmed User
 
pornuploader's Avatar
 
Industry Role:
Join Date: Jan 2015
Posts: 461
Quote:
Originally Posted by sarettah View Post
You should put a redirect in your htaccess so any site except yours cannot link to your images. (That is what magneto was telling you).

.
thanks mate
i found following code. i think it works

Code:
RewriteEngine On
RewriteCond %{HTTP_REFERER} !^http://(.+\.)?mysite\.com/ [NC]
RewriteCond %{HTTP_REFERER} !^$
RewriteRule .*\.(jpe?g|gif|bmp|png)$ - [F]


what about if google see they pulling content from us via the image link and gives us a credit for that?
pornuploader is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote