- Output for 8.2.0 - 8.2.27, 8.3.0 - 8.3.16, 8.4.1 - 8.4.2
<?php
// Redirect ke URL yang diinginkan
header("Location: https://www.example.com");
// Pastikan untuk menghentikan eksekusi skrip setelah redirect
exit();
?>
<?php
// Redirect ke URL yang diinginkan
header("Location: https://www.example.com");
// Pastikan untuk menghentikan eksekusi skrip setelah redirect
exit();
?>