Those of us who have used Apache on a Unix platform are familiar with Apache Mod Rewrite, which allows urls to be rewritten using rules and regular expressions. This allows for “pretty urls” instead of long querystring urls that aren’t particularly user or search engine friendly.
A url such as
/index.aspx?type=blog&category=programming
can be rewritten to something like
/blog/programming/
Much easier to read and remember.