Posted by Bob Bedford on 05/24/05 15:45
"Alvaro G Vicario" <alvaro_QUITAR_REMOVE@telecomputeronline.com> a écrit
dans le message de news: 1j0rfwcdstiw8.1tt5fgcbgclxl$.dlg@40tude.net...
> *** Bob Bedford wrote/escribió (Tue, 24 May 2005 09:28:31 +0200):
>> My clients would like to have their own domain name but pointing at a
>> webpage.
>>
>> if somebody clicks www.clientsite.com
>>
>> the site should point to
>>
>> www.mysite.com?client=455
>>
>> It is possible ? how ?
>
> <?
>
> header('Location: http://www.mysite.com?client=455');
> exit;
>
> ?>
My question was mainly how to get that the client typed www.clientsite.com
and then redirect. I know how to redirect, I don't know how to get the typed
URL.
Navigation:
[Reply to this message]
|