If possible, capture the referring URL to use in links to static website pages. This way when coming from a distributed HPR website and not hackerpublicradio.com, clicking on a page link will return you to the original domain.
		
			
				
	
	
		
			6 lines
		
	
	
		
			117 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			117 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
   header("location:${hubBaseurl}calendar.php");
 | 
						|
?>
 | 
						|
	<meta name="referrer" content="<?php ${referrerurl} ?>">
 | 
						|
 |