5
A little while ago I saw a site that was displaying an image hosted on another site, at least trying.. What happens is that on the site that was linking the image of others started to appear a new image instead of the desired image.
The new image consisted of a simple rectangle with the phrase indicating that the image was being "copied", observing the sources of the site clearly noted the Hotlink:
My site already has on .htaccess
the blockade for the Hotlinks:
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?nome_do_meu_site.com.br [NC]
But how to add this mentioned functionality?