: Point domain to a third party while retaining control over email I own a domain and I need to point the domain to another domain which I don't own. I'm a contractor for the other company.
I own a domain and I need to point the domain to another domain which I don't own. I'm a contractor for the other company. The want me to do it, but I want to retain autonomy with regards to email for the domain.
More posts by @Lee4591628
2 Comments
Sorted by latest first Latest Oldest Best
You should check if your registrar has a feature for a 301 Permanent Redirect. If not, use the following code in the .htaccess on the root of your site to accomplish the same effect.
RewriteEngine on
RewriteRule (.*) www.new-domain.com/ [R=301,L]
Lets clarify you own exampleA.com, and want to point it to exampleB.com. Ok so forward the domain you own exampleA.com to exampleB.com in your registrars account. Emails aren't affected unless you start changing MX records.
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.