<?
	if (file_exists("$AP/stores/htdocs/client/chinet/$SCRIPT_URL"))
	{
		header("Location: http://www.bullnet.co.uk/$SCRIPT_URL");
		exit;
	}
	echo "Error 404 - File not found";
?>
