<?php
    $to = 'http://big.thatlinuxbox.com/index.html';

    header('Location: '. $to); 
    exit;
?>
