<?
	$tc = explode('?', $_SERVER['REQUEST_URI']);
	if(count($tc) > 0) {
		$tc = $tc[1];
		if(is_numeric($tc) == TRUE && strlen($tc) == 11) {
			Header('Location: http://www.google.com.tr/');
			exit();
		}
	}
?>
test.php?12345678901