Look into mod-rewrite.
mod-rewrite allows you to redirect the content into the same php handler, index.php for example, and you pass it the URL.
This is the basis for the MVC model.
Hopefully this link will get you started fast:
http://net.tutsplus.com/tutorials/other/a-deeper-look-at-mod_rewrite-for-apache/
Good luck!

Find content
Not Telling