Posted by Alvaro G Vicario on 05/24/05 11:44
*** 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;
?>
--
-- Álvaro G. Vicario - Burgos, Spain
-- http://bits.demogracia.com - Mi sitio sobre programación web
-- Don't e-mail me your questions, post them to the group
--
Navigation:
[Reply to this message]
|