URL Rewrite Module 1.1 for IIS 7

URL rewrite module provides a rule-based rewriting mechanism for changing requested URL’s before they get processed by web server. The Microsoft URL Rewrite Module 1.1 for IIS 7 provides flexible rules-based rewrite engine that can be used to perform broad spectrum of URL manipulation tasks, including, but not limited to: Enabling user friendly and search … Read more

URL Rewrite Module – Released To Web

The IIS team has made the URL Rewrite Module for IIS 7.0 Release To Web (RTW) available for download. This is a final, production-ready release that is officially supported by Microsoft. Overview URL rewrite module provides a rule-based rewriting mechanism for changing requested URL’s before they get processed by web server. The module can be … Read more

Apache Emulation on IIS 7.0

Stumpled across a interesting new module for IIS 7.0: Helicon APE (APache Emulation) by Helicon Tech, currently in beta and available for download. Helicon Ape is a unique module that emulates Apache execution environment on Microsoft IIS. It literally implements Apache configuration model (like .htaccess and httpd.conf files) and all most demanded Apache modules in … Read more

URLScan 3.1 Released

About a week ago, the IIS Team released an updated version 3.1 of the URLScan tool. If you are running ver. 3.0, it’s recommended that you upgrade to URLScan 3.1. URLScan is the tool to protect your websites against SQL Injection Attacks, the new version is updated to handle new variation of attacks. Our internal … Read more

WordPress URL Rewrite on IIS 7.0

Found this special ISAPI “WordPress URL Rewrite”, it’s a free ISAPI application for IIS 7.0. The features are: Can run with multiple WordPress installations in an IIS Web Site (for example: / and /MyBlog/) Has a configurable path Exceptions list (for example: defining /Forum as an exception would prevent any pages in this folder from … Read more