View Single Post
Old 21-04-2008, 07:26   #2 (permalink)
Bill Posters
trouble free and loverlee
 
Join Date: Mar 2003
Location: YooKay
Posts: 2,874
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
  Reply With Quote