They could be creating directories for each section, with an index/default file which is automatically and invisibly used by the server.
- or -
They could be using
mod_rewrite or a similar, server-side mechanism which takes the 'directory' and automatically and invisibly sends a rewritten version of the url to the server.
e.g.
website.com/news -> website.com/index.php?section=news