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
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,
here is an example of what im looking to do, if you click on the upper image, instead of opening the image, it takes you to the site, how in the world is this done? http://images.google.com/imgres?img...cord&um=1&hl=en&rlz=1B3GGGL_enUS225US225&sa=N anyone??????????