If your host supports mod_rewite then Add the following code to your .htaccess file:
-- ## Please replace with correct values.Code:RewriteEngine On RewriteCond %{REQUEST_FILENAME} .*jpg$|.*gif$|.*png$ [NC] RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !yoursite\.com [NC] -- ## RewriteCond %{HTTP_REFERER} !otherallowedsites\.com [NC] -- ## RewriteCond %{HTTP_REFERER} !google\. [NC] RewriteCond %{HTTP_REFERER} !search\?q=cache [NC] -- ### RewriteRule (.*) /denied.jpg -- ##
--### required for google image search
hope this will help you
![]()









Reply With Quote





Bookmarks