Using a Custom Domain Name In Place of etsy
- by Graviton
I am thinking about creating an online shop at etsy, the one requirement I have is, I want user to see my domain name (www.myname.com), instead of myname.etsy.com.
Given that I don't have access to the etsy server, is there thing I can do on my domain redirect( assuming I am using apache), so that whatever request on www.myname.com will be translated to the etsy side? This is so that whoever comes to my website won't see the word etsy in the url.
Another particular thing is that I want my custom domain name to show in the web browser location bar when the redirect completes.
Is there anyway to do this with apache?