Microsoft Download Center Archive
![]() | Microsoft URL Rewrite Module 2.0 for IIS (x64) |
URL Rewrite Module 2.0 provides a rule-based rewriting mechanism for changing requested URL’s before they get processed by web server and for modifying response content before it gets served to HTTP clients.
- IIS URL Rewrite Module 2 is an incremental release that includes all the features from version 1.1, and adds support for outbound response rewriting. More specifically, it can be used to:
- Implement complex URL rewriting logic by using custom rewrite providers written in .NET.
- Replace the URLs generated by a web application in the response HTML with a more user friendly and search engine friendly equivalent .
- Fix up the content of any HTTP response by using regular expression pattern matching.
- Modify HTTP request headers and IIS server variables.
- Modify HTTP response headers
- Update for IIS 7.0 FastCGI module (KB 954946);
- Hotfix for IIS 7.0 SetUri function (KB 949172);
- Hotfix for ASP.NET System.Web.dll (KB 957660).
- Windows 10 and Windows Server 2016 Support - It is now possible to install URL Rewrite Module 2.0 on Windows 10 or Windows Server 2016 with this release
- Custom attributes containing dashes are now supported. This is required as HTML 5 has the following rules for determining HTML attribute names: http://www.w3.org/TR/html-markup/syntax.html#syntax-attributes
- Incorporates Hotfix for URL Rewrite 2.0 (June 2014) as in KB2974666
Files
![]() | Status: DeletedThis download is no longer available on microsoft.com. The downloads below are archives provided by the Internet Archive Wayback Machine from the Microsoft Download Center prior to August 2020. |
File | Size |
---|---|
![]() SHA1: 6a98b994adcc2e8d21507bf2b8baffb402c17395 | 5.05 MB |
System Requirements
Operating Systems: Windows 10, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2, Windows Server 2016
- Internet Information Services 7 or above must be installed
- IIS 7 supports a new shared configuration environment, which must be disabled on each server in a web farm before installing the URL Rewrite Module for each node. Note: shared configuration can be re-enabled after the URL Rewrite Module has been installed.
Installation Instructions
- You will need to run the installation package as an administrator. This can be accomplished by one of the following methods:
- Logging in to your server using the actual account named "Administrator".
- Logging on using an account with administrator privileges and opening a command-prompt by right-clicking the Command Prompt menu item that is located in the Accessories menu for Windows programs and selecting "Run as administrator", then typing the command listed below:
msiexec /I rewrite_2.0_rtw_x64.msi
- If a previous version of URL Rewrite Module, such as v1.0 and v1.1, is already installed then it will be upgraded to the v2.0
- If an RC version of the URL Rewrite Module 2.0 is already installed, then it will be updated to the RTW version.