I have a CNAME record that points to a domain name (my own domain), e.g. example.com -> myexample.com.
Now when I enter example.com in the browser I will get myexample.com, that's working great :) But. The problem is that I still would like the actual name of the domain (in the web browser) to stay as example.com.... I don't want it to change to myexample.com. In Appfog it works like that, somehow the domain name in the web browser doesn't change, but when I try it my self with my own Nginx + Node.JS combo the name changes. So how do I make the web browser not to change the name to myexample.com?
Btw, I now that the name should change because it is an alias, I just want to know how it can be fixed.