Posts tagged 'isapi_rewrite'

Fun with ISAPI Filters

I am a big fan of ISAPI filters and ISAPI_Rewrite in particular. If you are not familiar with ISAPI filters and ISAPI_Rewrite, in a nutshell:

ISAPI_Rewrite is a powerful URL manipulation engine based on regular expressions. It acts mostly like Apache's mod_Rewrite, but is designed specifically for Microsoft's Internet Information Server (IIS).

Continue reading "Fun with ISAPI Filters"