Author Topic: New Google Images redirect  (Read 4884 times)

0 Members and 1 Guest are viewing this topic.

Offline Szooguun

  • Newbie
  • *
  • Posts: 47
    • View Profile

Offline Szooguun

  • Newbie
  • *
  • Posts: 47
    • View Profile
Re: New Google Images redirect
« Reply #1 on: May 02, 2013, 11:36:10 PM »
Sorry for my English. I used it for. Htaccess, but it is half-baked solution that takes the user to the main page. What do to when you click on "View original image" guest was moved to the side of the picture: http://www.MYDOMAIN.com/details.php?image_id =

RewriteCond %{HTTP_REFERER} !^http://www.MYDOMAIN.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.MYDOMAIN.com$ [NC]
RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$ http://www.MYDOMAIN.com/ [R,NC]

I would be grateful for any hint.