| 
		
			
			
				
			
			
				 
			
			
				
			
		 | 
		
			
			
				 
			
				
			
		 | 
	||||
| 
				Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.  You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us.  | 
		
		 
		![]()  | 
	
		
			
  | 	
	
	
		
		|||||||
| Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. | 
| 
		 | 
	Thread Tools | 
| 
			
			 | 
		#1 | 
| 
			
			
			
			 Confirmed User 
			
		
			
			
			Industry Role:  
				Join Date: Jun 2014 
				
				
				
					Posts: 127
				 
				
				
				
				 | 
	
	
	
	
		
			
			 
				
				htaccess help
			 
			Hi, 
		
	
		
		
		
		
		
	
	Im trying to do the following, if htaccess detects incoming traffic from site A, i want it to send it to another website. So if for eg my site detects incoming traffic coming from nfl.com i want to automatically send those visitors to nflfans.com/signup/ (its so i can setup specific landing pages on different domains) Rich  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#2 | 
| 
			
			
			
			 Too lazy to set a custom title 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Feb 2005 
				
				
				
					Posts: 17,302
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Try this, maybe: 
		
	
		
		
		
		
			
		
		
		
		
	
	Code: 
	RewriteEngine on
RewriteCond %{HTTP_REFERER} ://[^.]+\.nfl\. [NC]
RewriteRule ^(.*)$ http://nflfans.com/signup/
 | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#3 | 
| 
			
			
			
			 small trip to underworld 
			
		
			
			
			Industry Role:  
				Join Date: Mar 2012 
				Location: first gen intel 80386/nintendo-gb/arcade/ps1/internet person 
				
				
					Posts: 4,927
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Code: 
	RewriteEngine On
RewriteCond %{HTTP_REFERER} .*incomingtraffic.com.*$
RewriteRule ^(.*)$ http://incomingtrafficfans.com/signup
				__________________ 
		
		
		
		
	
	automatic exchange - paxum , bitcoin,pm, payza . daizzzy signbucks caution will black-hat black-hat your traffic   ignored forever :zuzana designs  
			 | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 |