I have a wallpaper website, when someone search on goole image and click on "view image" button, i redirect the user to dedicated page of this wallpaper using the script bellow. But since i added this script, nobody can hotlink my image on his website. Something i can do to resolve this ? Thanks
google view image redirect button
3
I have a wallpaper website, when someone search on goole image and click on "view image" button, i redirect the user to dedicated page of this wallpaper using the script bellow. But since i added this script, nobody can hotlink my image on his website. Something i can do to resolve this ?
Thanks
RewriteCond %{REQUEST_URI} \.(gif|jpg|jpeg|png)$ [NC]
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?(mysite.com) [NC]
RewriteCond %{HTTP_USER_AGENT} !(googlebot|msnbot|baiduspider|slurp|webcrawler|te oma|photon|facebookexternalhit|pinterest|feedfetch er|photon|smush.it|akamai|cloudfront|netdna|bitgra vity|maxcdn|edgecast|limelight) [NC]
RewriteRule (.*) redirect.php?to=$1 [L]
Thanks
RewriteCond %{REQUEST_URI} \.(gif|jpg|jpeg|png)$ [NC]
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?(mysite.com) [NC]
RewriteCond %{HTTP_USER_AGENT} !(googlebot|msnbot|baiduspider|slurp|webcrawler|te oma|photon|facebookexternalhit|pinterest|feedfetch er|photon|smush.it|akamai|cloudfront|netdna|bitgra vity|maxcdn|edgecast|limelight) [NC]
RewriteRule (.*) redirect.php?to=$1 [L]
- coil101
- emptee
Next Topics on Trending Feed
-
3