Forum Moderators: buckworks & webwork

Message Too Old, No Replies

Multiple Domains

How to get pointing to the same place?

         

kris

10:25 pm on Sep 16, 2003 (gmt 0)

10+ Year Member



Hello,
I have never had to do this before but hwat is the best way to have multiple domain names going to the same place. ie.
[bn.com...] and [barnesandnoble.com....]

Is it as simple as pointing the name servers to the same place?

Kris

jeremy goodrich

8:22 pm on Sep 17, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Use the same namesevers, and the on the server config, resolve the 'extra' domains to the same folder / root site, etc.

Or you can (on Apache) resolve the other domain to a 301 redirect to the 'main' domain, which is what a lot of bigger sites do with misspellings or extra domains they own.

kris

7:59 pm on Sep 18, 2003 (gmt 0)

10+ Year Member



That should do it. Thanks!