Good day. I noticed a curious thing (I noticed it a long time ago, of course), but now it would be very useful in my project. The essence of the question is this: A good example is vkontakte.ru
. For example, a link to a person’s page is created as follows: http://vk.com
and character id
. Those. in the work it looks like this: http://vk.com/id3864364
The essence of the question: How does the server catch the GET parameter "id3864364"? After all, I do not think that for each account they create their own html (php) page. :)
If you take the simplest WEB server and execute the request, for example, http: // localhost / id12345, the server will complain that there is no page id12345.