I want the url http://welcome.com (for example) to render the content from the url http://www.cleaning.com/welcome without redirecting to cleaning.com.
so when people go to welcome.com they see the content from http://www.cleaning.com/welcome but welcome.com remains in the address bar. how can I do that?
If both sites are on the same server, you could setup your virtual host for
example.comto have asDocumentRootthe path to yourcleaning.com/welcomedirectory. How you accomplish this depends on your webserver. On apache, this would be something like:If they aren’t on the same server, you could use (I don’t believe I’m saying this) framesets.
PS: framesets are obsolete on HTML5.