This is a very simple script to make redirection

Code:
<?php

   header( 'Location: http://google.com' ) ;

?>
don't forget the location, save the script as index.php and upload it to your server