Rewrite not working localhost:8082 -> localhost:9210
Hi!I have 2 iis sites: 1. http: // localhost: 8082 2. and http: // localhost: 9210.I need make rewrite from http://localhost: 8082/api /application/config to http://localhost:...
View ArticleLoad balancing ADFS 2016 with ARR 3.0
Hi,I have been struggling to load balance ADFS 2016 with ARR 3.0I have managed to set it up with Exchange even though no documentation seems to exist for Exchange 2016 in combination with ARR 3.0Only...
View ArticleIIS ARR and Rewrite
Hello, I am trying to use the rewrite and arr modules and am missing something.I have a website ( stuff.thing.com) that I have forced SSL on using the rewrite. I have a private server (a geoserver)...
View ArticleWildcard for location pages
Hi, I have the following redirect to turn query strings into friendly urls for a series of location pages with unique names. This redirect works perfectly when the location, in this example...
View ArticleNeed help with simple Rewrite
Hello, I don't really work with IIS and had a customer that was requesting a login portal to be active on their website. We are currently hosting the site in our IIS 8.5 local server and was looking...
View ArticleIncorrect URLs caused by external sources
How can I redirect following URLs to correct versions in web.config? Bad versions are linked from some external source and working but not correct and I don't have on my actual site, and causes...
View ArticleOutbound rules not applying to IIS error pages
Hello,I'm experiencing the following behaviour:Outbound rules that rewrite content and server headers aren't applied when an error page is served by IIS, the rules do apply on normal page requests. The...
View ArticleProblems with https and www
We have created a rule to redirect incoming traffic to use https and www.<rule name="http to https" stopProcessing="true"><match url="(.*)" /><conditions logicalGrouping="MatchAll"...
View ArticleHow to add URL Rewrite using command line
I searched many places but nowhere is there a way to create a rewrite url using cmd.Someone please help me.
View ArticleGlobal rewrite for a site
Hello,We've been handed a website that uses plus symbols to separate all words in all urls. We need to replace all + signs in all url's into hyphense.g....
View ArticleURL Rewrite Newbie help needed
My environment.2 Windows 2012 R2 Data Center IIS 8.5 NLB DFS/R for IIS Shared configuration2 Windows 2012 R2 Data Center IIS 8.5 ASP Web Server Farms Shared Configuration on Web content and IIS...
View ArticleIIS Reverse Proxy RDWeb CSS PNG Issue
Dear IIS Community,I am facing an issue with an IIS reverse proxy and Remote Desktop Web Access.Basically I want to redirect from an IIS revrese proxy (located in the DMZ) to the password reset page of...
View ArticleUnable to access sites remotely usig AAR URL Rewrite
Not sure if this is the right place but here goes.I switched my router to point to the virtual ip address of the NLBAfter fixing the affinity to network was none I was able to get to my first domain...
View ArticleRedirect 301 Between URLS Without SEO Hit
I currently have a site being indexed by google.In the search results say "site" an "about us" page is shown under the search results for the actual site. The problem is this "about us" page is an old...
View ArticleURL Rewrite help needed sub domain does not work
2 Windows 2012 R2 Data Center NLB URL Rewrite IIS DFSR2 Windows 2012 R2 Data Center Web Farm IIS DFSRI have my Default Web site working using port 80 the site is TGCSNET.comunder that I have a folder...
View ArticleURL Redirect With subdirectory preserving SEO
I would like to achieve the transformation below, preserving all other website redirection, and only affecting the below redirected page. Would the process be changed if I wanted to match the...
View ArticleURL Rewrite with SSRS not redirecting
I am trying to set up URL Rewrite to redirect a SSRS folder link from one host to another. IIS and SSRS are installed and using port 80. The redirect works on other URLs but not on SSRS URLs For...
View ArticleIIS HTTPS Redirect
I'm having trouble finding how to do this on the web, despite exercising some serious google foo!I need to write a rule on II7.5 URL rewrite to redirect https requests to a new https server as the...
View ArticleHow to access current request url from condition input
I am having the following rule, to explicitly rewrite a base directory call (an empty request url) to an "input.php" request url:<rule name="Empty URL to index.php"><match url="^$"...
View Article