Using a Custom Domain Name In Place of etsy
        Posted  
        
            by 
                Graviton
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by Graviton
        
        
        
        Published on 2010-01-13T09:39:45Z
        Indexed on 
            2012/06/08
            22:42 UTC
        
        
        Read the original article
        Hit count: 394
        
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?
© Server Fault or respective owner