I have a website. www.domain.com I want to point the plural of the name to my site also. www.domain.com Also maybe www.domain.us www.domain.biz What is the right way to do this without being penazlize, i just want people who find the other to go to my "real" site.
most people would use a 301 redirect to point the extra domains to the main one (this way you dont get any duplicate content problems)
So, Setup a seperate domain on the same Ip point the DNS to that domain, and then put a 301 redirect for the new domain to the one I want.
Do a .htaccess redirect... If you want to redirect http://www.domain.us/ to http://www.domain.com Create a .htaccess file with the following code and upload the file to http://www.domain.us/ ..that's it! Redirect / http://www.domain.com/ Code (markup):