1 2 3 4 5
<?$path = 'en/';@header("Location: {$path}");echo "<script language='JavaScript'>window.location='{$path}'</script>";?>