Rewriting URLs on IIS5, IIS6, or IIS7 (mod_rewrite on IIS?)
Posted by: All About Interop,
on 18 Jun 2008 |
View original | Bookmarked: 0 time(s)
A couple weeks ago, Bill Staples made a splash when he announced a Rewrite Module for IIS7: http://blogs.iis.net/bills/archive/2008/05/31/urlrewrite-module-for-iis7.aspx
Rewriting URLs? This is the magic in your web server that allows your user to type something neat and clean, like http://server/products/WidgetX , but yet on the server side it is served by a page that would normally be availble like so: http://server/ProductQuery.aspx?productName=WidgetX .
URL Rewriting has lots of benefits,...