TalkPHP

TalkPHP (http://www.talkphp.com/forums.php)
-   General (http://www.talkphp.com/general/)
-   -   Redirect image to website (http://www.talkphp.com/general/5402-redirect-image-website.html)

CΛSTΞX 04-09-2010 02:34 PM

Redirect image to website
 
Hello,

In this url,

click the see full size link (it will try to open full image), and it redirect you to the website.

How to do that ?

delayedinsanity 04-09-2010 03:21 PM

It's a form of hotlink prevention. Some people display alternate images, other people choose to redirect the culprits.

Code:

RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www\.)?yourdomain.com/.*$ [NC]
RewriteRule \.(gif|jpe?g|png)$ http://yourdomain.com/ [R=302,L]


CΛSTΞX 04-09-2010 03:25 PM

Thank you but, it redirects to the page that the image exists. How can this be ?


All times are GMT. The time now is 09:59 PM.

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0