Is IIS Rewrite Module the only one that does outbound rewriting?
Nobody using Apache mod_rewrite seems to understand what Outbound rule writing is.When developing a web application, you are naturally going to have ugly links because otherwise your IDE will not have...
View ArticleURL Rewrite + ARR Proxy + Aplication 302 Redirects
Hi all,I've got a rule on my IIS server to rewrite requests to another server. There are no Outbound rules at the moment...<rule name="ReverseProxyInboundRule1" stopProcessing="true"><match...
View ArticleValue cannot be null. Parameter name: value in IIS 7.5
I am migrating a website on IIS 7.5 from IIS 6.0. In IIS 6.0 i was using UrlRewriting and code is working fine. I have configured the website through Classic Asp.net app pool. I have also updated the...
View ArticleURL rewrite to remove 2 folders
I hope you are doing well. I'm fairly new with IIS URL rewrite and I'm having trouble doing the below:I have this URL, http://sub.domain.com/folder1/folder2I want to use this URL Instead,...
View ArticleRewrite canonical hostnames multiple bindings
Hi,I have on website with multiple bindings. www.domain1.com , domain1.com,www.domain2.com and domain2.com.Now what i want to do is whenever a users goes to the domain1.com or domain2.com, the server...
View ArticleWordpress - SBS 2011 - Rewrite rule causes OWA and RWW 403 error
I have installed Wordpress on a new SBS 2011 Standard server, by using the WPI.The default installation location is in a subfolder of wwwroot, called wordpress.In order to have my WP site be the...
View ArticleAdding an exception for a URL
I am new in the URL Rewrite module and I am performing tests that produce some problems to our website. To solve such problems I was told that I need to add an exception for a specific URL (which in...
View Articlerewrite rule
HelloI have a url:http://test-test123.test.com/xyz/abc/_def/efg/testpage.aspx?source=test123i need to redirect to http://test-test123.test.com/xyz/abc.aspx i have configured URL rewritelike thisi have...
View ArticleRedirect and maintain the query string
Hello to all, i have an question about query stringsI have a weblink with a query string that i want it to redirect to another page with the same query string, like the example bellow on IIS...
View ArticleCan an outbound rule ignore a specific file?
We're working with a COTS program that uses .exe to serve the content. We're using a combination of inbound and outbound rules to hide the existence of these .exe files from the users. The system...
View ArticleWrong IP in REMOTE_ADDR
Hi everybody. I’m passing through a problem with REMOTE_ADDR variable, with URL Rewrite in IIS 7.5.The variable get the original client IP address, it appears on the log, everything looks fine. The...
View ArticleCaching not working using the custom DBprovider with URL Rewrite Module
Hi all, I am using the custom DBprovider to handle my rewrites and have caching enabled but it seems to be not working. I am using SQL server profiler and the stored proc that is called by DBprovider...
View ArticleNewb Needs Help - Should Be Easy
Hello all. I have a site I am moving from IIS 6 to 7.5. At the moment, the site is using Ionic's ISAPI Rewrite (IIRF). I believe it is version 1.x. Anyway, I've been able to figure out most of the...
View ArticleIIS Rewrite URL with SSL
I got a problem with UrlRewrite. I have a valid Subdomain SSL Certificate for one Domain Name but multiple bindings for IIS. On special Condition is not working . See belowhttps://www.name.domain.de...
View ArticleIIS URL Rewrite with Query String on SharePoint Application
Hi all,I am kind new with IIS URL Rewrite and Regex, I've been play for a couple days trying figure out how to redirect some custom pages on a corporate SharePoint Application, let me show what I need...
View Article"HTTP to HTTPS" and "Missing WWW" rules don't work together
I need to have two rules, one is to forward http to https, and the other is if the user tries to browse to domain.com, I want them to be forwarded towww.domain.com (and https if they entered http).I...
View ArticleIs there a limit to the number of rules that will be processed? Rules not...
Hey people,I'm migrating a large apache config to IIS and using lots of rewrite rules for rewrites and redirects. I'm using Server Enterprise 2008 R2 64 bit with all the patches and the latest version...
View ArticleredirectURL String on a website with reverse proxy
I've searched a lot, but have not found a solution.Maybe you have a tip or give me a link for the solution, maybe in this forum.We have an IIS 7.5 reverse proxy with many redirects...
View ArticleMultiple Websites on One Domain
I'm having an issue creating neat URLs.My website works like this:mainsite.com/subsite1mainsite.com/subsite2I'm rewriting the page:...
View ArticleChanging Outbound Redirects
I use URL Rewrite to reverse proxy dozens of applications. It works great, but I have found one issue that is driving me crazy. Many of our applications return custom 301 or 302 responses to the...
View Article