In the first domain (www.mydomain.com) create a page called  index.php with
the code:
<?
header("Location:www.mydomain2.com");
?>

regards,
Alfredo

Manu Verhaegen wrote:

> I want automatic forward URL (www.mydomain.com) to (www.mydomain2.com)
>
> If i type in my brower www.mydomain.com the i will see www.mydomain2.com
>
> Greetings,
>     Manu


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to