News

ISAPI Rewrite (version 2) uses an httpd.ini file to add rewriting rules (similar to adding directives to an .htaccess file). Version 3 , on the other hand, was built to mimic .htaccess for Apache.
Continue reading Part 2 of URL Rewrites and Redirects: The Gory Details, where I cover the all-important RewriteCond directive, lookup tables, ISAPI rewrite rules, proxying, alternatives to ...
ISAPI has some interesting advantages over CGI. And one thing that can be done with ISAPI is to create ISAPI filters, custom DLLs that are called for every HTTP request (rather than being called ...