Ben Liu wrote: > On 4/9/07, Martin Marques <[email protected]> wrote: > >> >> This should be done with the rewrite instruction of apache, or what ever >> instructionyour web server has. > > > Um...guess I will have to check with our hosting company about this. > Thanks. > > - Ben > Hello,
FYI :
<?php
header("Location:https://www.yourdomain_name.com");
exit();
?>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

