Questions tagged [url-rewrite-module]

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

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

More information:

780 questions
8
votes
2 answers

Azure CDN Rule Engine

I host and html site in Azure CDN (under a with Premier paid Plan) so it gives me a Rules engine, which gives a lots of features to control the flow. I would like to have URL redirect and URL rewrite Azure CDN rules, please. Example: Given a site…
Raghavendra
  • 1,419
  • 4
  • 19
  • 28
8
votes
1 answer

IIS URL Rewrite negate conditions not working

I want to redirect some pages from an old website (oldsite.com) to a new website (newsite.*) according to the following rules: All first-level children (/sv, /no, /da, etc) should redirect to their respective counterparts, i.e. newsite.se,…
William
  • 733
  • 4
  • 10
  • 22
8
votes
1 answer

IIS URL rewrite is redirecting instead

Goal Using IIS 7.5 and the URL Rewrite 2.0 module, I want to rewrite the relative path "/myapp" to "/myapp-public", without a browser redirection. What I've tried I placed the following web.config file in wwwroot:
jowo
  • 1,981
  • 17
  • 20
8
votes
2 answers

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 (same domain). This can be achieved by:
James Barry
  • 229
  • 1
  • 2
  • 10
8
votes
1 answer

URL Rewrite error with Web Applications

I am running an ASP.NET 4.0 website using IIS7 on Windows Server 2008 R2. The site has a number of Web Applications under the main domain (~/site1, ~/site2, ~/site3, etc...). Each Web Application is an instance of the same website source folder…
Nanite
  • 93
  • 2
  • 5
8
votes
0 answers

IIS URL rewrite in child virtual directory not redirecting

I have Asp.NET Application installed on 'default web site\orchard'... accessible at http://localhost/orchard, and I want to use URL Rewrite. I added rules:
zielu1
  • 1,308
  • 11
  • 17
7
votes
1 answer

Where to download Web Farm Framework and External Cache for IIS 8?

I have a Windows Server 2012 R2 Standard (x64-based processor), and it has IIS 8. I need to configure reverse proxy on it, and it is missing the URL Rewrite module. From what I have read, URL Rewrite requires the Application Request Routing (ARR)…
user3573403
  • 1,780
  • 5
  • 38
  • 64
7
votes
2 answers

IIS URL-Rewrite: HTTP to HTTPS

I have some site example.org, on which I keep subsites like example.com/project1 and example.com/project2 and so on. I need simple HTTP→HTTPS redirect on some of subsites only, but don't want to write it in codefiles manually. So I found…
Arman Hayots
  • 2,459
  • 6
  • 29
  • 53
7
votes
1 answer

Moving IIS7 url rewrite section out of the web.config file

I have made a config section in my web.config file that has all rewrite rules like the following
Spyros
  • 540
  • 1
  • 7
  • 21
7
votes
1 answer

Using URL Rewrite on IIS to set response's Location header

I have .Net application (built with the Outsystems platform) deployed on a Windows 2008R2, IIS 7 environment. This application is already working with no problems. It is serving requests through HTTPS on port 443 and i can access it with no…
João Gomes
  • 371
  • 1
  • 4
  • 6
7
votes
2 answers

How to redirect to application root using the IIS7 URL Rewrite Module?

I have tried: 1) I tried empty string first: Result: HTTP 500.52 - URL Rewrite Module Error. The substitution URL for the current action cannot be empty. 2)…
TN.
  • 18,874
  • 30
  • 99
  • 157
7
votes
1 answer

Forwarding NTLM credentials from IIS with ARR and URL Rewrite

Thanks in advance for your help. In my environment, I configured IIS to act as a reverse proxy and forward requests to certain paths to an application server on another host. In order to do this, I used Application Request Routing (ARR) and URL…
rkl3ss
  • 71
  • 1
  • 4
7
votes
1 answer

Cannot Read Configuration File Because it Exceeds the Maximum File Size

Cannot read configuration file because it exceeds the maximum file size. I'm getting above error because my rewritemap.config file size is more than 250KB (Windows 2008 R2 SP1 server with IIS 7.5
7
votes
1 answer

web.config rewrite to redirect html files but exclude certain folders

I am trying to create a rewrite rule that will redirect all .html pages to a single URL excluding a single folder (and all sub folders). I've done much googleing and tried to cobble something together from similar situations. The original rewrite…
Snavebelac
  • 181
  • 3
  • 8
7
votes
4 answers

HTTP Error 500.52 - URL Rewrite Module Error.

I am trying to setup a reverse proxy with IIS 7.5. I want an incoming request that matches a certain URL pattern to be served by Tomcat. I have used the tutorial here to configure…
Chirdeep Tomar
  • 4,281
  • 8
  • 37
  • 66
1 2
3
51 52