Top "Url-rewrite-module" questions

Microsoft's URL Rewrite Module is a module for IIS 7 that lets website owners create custom rewrite rules for their site.

How can I enable "URL Rewrite" Module in IIS 8.5 in Server 2012?

I have windows server 2012 and I have installed the IIS 8.5 but I could not see the URL rewrite module. How …

windows-server-2012 url-rewrite-module iis-8.5
Rewriting URLs from https:// to http:// in IIS7

I'm trying to rewrite urls from the form: https://example.com/about to the form http://example.com/about using …

iis-7 https url-rewriting url-rewrite-module
IIS rewrite rule to redirect specific domain url to different url on same domain

I simply want an IIS 7.5 rewrite rule to redirect http://www.domain.com/url1 to http://www.domain.com/url2 (…

redirect iis-7.5 url-rewrite-module
IIS URL Rewrite: Add trailing slash except for .html and .aspx

Adding a trailing slash to all URLs through IIS URL Rewrite Module is widely spread, but how do I add …

asp.net iis url-rewriting url-rewrite-module
IIS URL Rewrite Module : Redirect Based On QueryString

I Have some problems with redirecting to another URL based on the query string parameters. I want to redirect users …

iis iis-7 url-rewriting url-rewrite-module
Windows 8.1 / Windows 10 breaks my ASP.NET / IIS : "Service unavailable"

With Windows 8.1 finally released to MSDN/Technet today I came across the following issue running my ASP.NET application after …

url-rewrite-module windows-8.1
How to exclude a directory with IIS URL rewriting?

I have a domain.com/index.php and a friendly url rule to redirect domain.com/index.php?s=? requests. …

url iis iis-7 rewrite url-rewrite-module
IIS URL Rewrite not working with query string

I thought this was pretty straightforward, but it refuses to work. The old URL is http://www.site.com/?q=…

url iis url-rewrite-module
IIS Rewrite not working (but redirection does)

I was trying to play with URL re-writing using the Rewrite Module 2.0 but I had no luck getting it to …

asp.net .net iis url-rewriting url-rewrite-module