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