Folks:
"Baloo :0)" wrote:
>
> header("Location:www.mydomain2.com");
The header funcion really requires a fully qualified URI, and needs a space,
so make that
header("Location: http://www.mydomain2.com/";);
Later,
--Dan
--
PHP scripts that make your job easier
In the first domain (www.mydomain.com) create a page called index.php with
the code:
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,
>
header("Location: www.domain2.com");
--
Chris Lee
[EMAIL PROTECTED]
"Manu Verhaegen" <[EMAIL PROTECTED]> wrote in message
001301c17c93$53be4620$[EMAIL PROTECTED]">news:001301c17c93$53be4620$[EMAIL PROTECTED]...
I want automatic forward URL (www.mydomain.com) to (www.mydomain2.com)
If i ty
3 matches
Mail list logo