Code has been added to clipboard!

URL Redirect: Using a PHP Header

Example
<?php 
  header('Location: https://www.bitdegree.org');
  exit;
?>