I don't know the correct term for what I am in need of so I apologize in advance for the misleading title.
When I code in PHP I usually use the ?idName=VALUE
such as:
http://domain.com/phpFileName.php?idName=VALUE
What I would like to do instead of that is:
http://domain.com/mysites/ysub
Live example: http://www.probuilds.net/guide/EUW/2263803659/52210396
Stackoverflow uses the same style but I don't understand how it works?