use the following code to send all traffic from one site to another

CODE:

<?php

header("Location: http://www.webune.com");

exit;
?>