change url header php

PHP
header("Location: http://example.com/myOtherPage.php");
die();<?php
// This will just redirect you to example.com
header("Location: https://example.com");  
?>
Source

Also in PHP: