/* This will just redirect you to example.com */ <?php $url = "https://example.com"; header("Location: $url"); exit; ?> /* I hope it will help you. Namaste */