Forum Moderators: mack
I have 2 domain names
widget.com - main site
widget.ca - unused
When someone types in widget.ca, I want them to be sent to widget.com instead.
Not by a redirect.
Dumb A$$ Question but what is this called, and how do you do it?
Thanks
Smokey
Another way to do it is to use a redirect from one domain to another domain.
One popular way of doing this is to set up a 301 redirect. You set this ip by entering the syntax in your .htacess file stored in the doc root of your web server.
redirect 301 * [example.com...]