View Single Post
Old 11-01-2003, 02:15 PM  
Juicy D. Links
So Fucking Banned
 
Industry Role:
Join Date: Apr 2001
Location: N.Y. -Long Island --
Posts: 122,992
Use this below to send all SE hits to a landing page to filter them to a sponsor of your choice


RewriteEngine on
RewriteCond %{HTTP_REFERER} ^.*yahoo.*$ [OR]
RewriteCond %{HTTP_REFERER} ^.*google.*$ [OR]
RewriteCond %{HTTP_REFERER} ^.*msn.*$ [OR]
RewriteCond %{HTTP_REFERER} ^.*dogpile.*$ [OR]
RewriteCond %{HTTP_REFERER} ^.*altavista.*$ [OR]
RewriteCond %{HTTP_REFERER} ^.*lycos.*$ [OR]
RewriteCond %{HTTP_REFERER} ^.*webcrawler.*$ [OR]
RewriteCond %{HTTP_REFERER} ^.*overture.*$ [OR]
RewriteCond %{HTTP_REFERER} ^.*metacrawler.*$ [OR]
RewriteCond %{HTTP_REFERER} ^.*ask.*$ [OR]
RewriteCond %{HTTP_REFERER} ^.*infoseek.*$ [OR]
RewriteCond %{HTTP_REFERER} ^.*excite.*$ [OR]
RewriteCond %{HTTP_REFERER} ^.*bianca.*$
RewriteRule /* http://putyourlandingorfpahere.com [R,L]
Juicy D. Links is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote