rewrite code to redirect google image results to homepage

Discussion in 'Site & Server Administration' started by submitmaster, Oct 28, 2008.

  1. #1
    so i have a site that gets alot of hits just for its images in google image results, im looking to redirect the visitor when they click on the google image results on the top to be taken to the actual home page of the site, i have seen some sites do this, and i know it has something to do with .htaccess and a 301 redirect but i just cant seem to figure it out

    something like this maybe?

    RewriteCond %{HTTP_REFERER} ^http://images\.google\.com/imgres\?imgurl=http://www\.top-10\.us/
    RewriteRule ^?|/[^.]+\.jpg)$ http://www.top-10.us/ [R=301,L]

    anyone?

    thanks
     
    submitmaster, Oct 28, 2008 IP
  2. maestria

    maestria Well-Known Member

    Messages:
    705
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    110
    #2
    Hi,

    The Rewrite that you wrote doesnt work?
    I cant see any error in that one though
     
    maestria, Oct 28, 2008 IP
  3. submitmaster

    submitmaster Well-Known Member

    Messages:
    329
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    103
    #3
    well the one i wrote is really not right, i have some issues that is why i need help, i am sure someone has done this before,
     
    submitmaster, Oct 28, 2008 IP
  4. submitmaster

    submitmaster Well-Known Member

    Messages:
    329
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    103
    #4
    submitmaster, Nov 21, 2008 IP