Prettifying URLs

Sorry if this is considered off-topic, but I was fiddling around with PHP and web servers after a long absence, and I wanted to make URLs look nicer, like:

http://site.com/index.php?page=status
// to
http://site.com/status
http://site.com/content.php?request=profile&uid=100
// to
http://site.com/profiles/100

I know this forum is for Java gaming, but I figured that someone on here could help me get the [icode].htaccess[/icode] squared away. (Also, this is just for learning purposes, in case someone is wondering)

CopyableCougar4