I have little doubt, but I could not find information about this, probably because I was not looking for the right thing.
When the browser asks for βwww.mydomain.comβ, the DNS server returns the IP address, then the browser goes there ... but then what happens? I mean, an IP address can be shared hosting that contains hundreds of web pages and domains, so how does it know where it should go?
Something that the web server does? Is this something I could implement in a web application?
I mean, for example, I have a web application that contains accounts, and each account has a default web page. You can access this page by transferring a namne account, such as "www.mydomain.com/myaccount", but now I want to register "www.myaccount.com" and then it will get "www.mydomain.com/myaccount" , content. Is it possible?
Sincerely.
vtortola
source share