GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   how to redirect traffic from google? (https://gfy.com/showthread.php?t=651734)

PussyTeenies 09-04-2006 01:50 AM

how to redirect traffic from google?
 
i have a site with a lot of incoming google traffic
it is getting wasted there .. so i would like the google traffic to be redirected to another site.

not with 301 / mod_rewrite to tell google the site has altered

just something that grabs the google referrer and redirects it to another site.
but leaves the google spiders intact

cezam 09-04-2006 02:05 AM

PHP Code:

if (ereg('google'$_SERVER['HTTP_REFERER']))
{
     
Header('Location: another_site_url');
     exit;


this should work

PS. Your site may get banned from google for this

PussyTeenies 09-04-2006 02:07 AM

i know i know

scottybuzz 09-04-2006 02:34 AM

hmmmmmmmmmmmmmmmmmm


All times are GMT -7. The time now is 05:51 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123