Anyone happen to know how i cange this code:
# Options +FollowSymlinks
RewriteEngine On
RewriteCond %{HTTP_REFERER} ^http://(www\.)?google.com *$ [OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?google.net *$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?google.ca *$ [NC]
RewriteRule \.*$ http://forums.gaywidewebmasters.com [R,L]
Into a .htaccess file to only redirect SPECIFIC Google search terms to another page?
Regards,
Lee