---
title: "What is URL Rewriting IIS?"  
description: "What is URL Rewriting IIS?"  
author: "Anonymous User"  
published: 2020-01-22  
updated: 2020-01-22  
canonical: https://www.mindstick.com/forum/155716/what-is-url-rewriting-iis  
category: "iis 8.0"  
tags: ["iis"]  
reading_time: 2 minutes  

---

# What is URL Rewriting IIS?

[Please explain](https://www.mindstick.com/forum/344/hi-rohith-i-am-new-for-mvc-please-explain-how-to-set-implicitly-isauthenticated-true) me about [URL](https://www.mindstick.com/forum/436/url-redirection) Rewriting in IIS with its features.

## Replies

### Reply by Nishi Tiwari

IIS URL Rewrite 2.1 enables give the Web administrators to create powerful rules to implement URLs which are easier for users to remember and also easier for search engines to find easily. By using attributes like rule templates, rewrite maps, .NET providers, and other functionality integrated into **[IIS Manager](https://www.mindstick.com/forum/155659/connecting-to-windows-instances-and-install-iis-server)**, the Web administrators can easily set up rules which define URL rewriting behavior based on HTTP headers, HTTP response or request headers, IIS server variables, and also even complex programmatic rules. In addition, Web administrators can also perform redirects, send custom responses, or stop HTTP requests based on the different logic expressed in the rewrite rules.

## Features

- Rules-based URL rewriting engine
- Rules-based response rewriting engine
- Support for custom .NET rewrite providers
- Regular expression pattern matching
- Wildcard pattern matching
- Global and distributed rewrite rules
- Rewriting within the content of specific HTML tags
- Pre-conditions for outbound rules
- Access to server variables and HTTP headers
- Rewriting of server variables and HTTP request headers
- Rewriting of HTTP response headers
- Allow list for server variables
- HtmlEncode function
- Built-in rule templates
- Reverse proxy rule template

![What is URL Rewriting IIS?](https://www.mindstick.com/mindstickforums/4d0232b8-f2a7-4c48-8db4-2b87fd5dd402/images/c83abe10-e09c-4d83-9f0f-96a023e4e671.png)\


---

Original Source: https://www.mindstick.com/forum/155716/what-is-url-rewriting-iis

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
