Hello everyone, I have purchased a domain name for some different extensions and I would like to redirect all of them to the .com one. Could someone let me know how I could do this? For example, what I want is to do it in such a way so that when someone tries to access mydomain.net he will be redirected immediately to mydomain.com Any information would be really helpful Thanks
If you use cpanel, you can add mydomain.net as addon, an set redirect for mydomain.net to mydomain.com Or you can use .htaccess: Options +FollowSymLinks RewriteEngine on RewriteRule (.*) http://mydomain.com/$1 [R=301,L]