On May 6, 2:12 pm, ctx2002 <[email protected]> wrote:
> Hi:
>
> I need to point one domain to another one.
>
> so every time a person comes to www.domainA.com, it actually points to 
> www.domainB.com
>
> i also want  www.domainA.comshows up in browser's address bar.

Assuming you're using Apache, you need a ServerAlias:

  ServerName www.domainb.com
  ServerAlias www.domaina.com

This is assuming you control the server config for domaina and domainb
and they both point to the same server.

Malc
--~--~---------~--~----~------------~-------~--~----~
NZ PHP Users Group: http://groups.google.com/group/nzphpug
To post, send email to [email protected]
To unsubscribe, send email to
[email protected]
-~----------~----~----~----~------~----~------~--~---

Reply via email to