URL rewriting with your web server - its not hard!
URL Rewriting allows you to recode ugly URLs like
into something like...while having a valid url...
...still passed to ColdFusion or your coding language of choice.
Using the url examples above I will take you through implementation of rewriting in Apache with mod_rewrite and in IIS using a plugin ISAPI_Rewrite.

