کد PHP:
<?php
if (2==2){
header('Location: /a.php');
}
?>