Make a redirect in PHP Home » Make a redirect in PHP Posted on May 25, 2022 KevinLatest In How-To Geek / PHP Use the following code to Make a redirect in PHP header(“Location: https://example.com/myOtherPage.php”); die(); Related