I can`t convert url to shorten with URL Rewrite
I want to transform url https://domain/application/app/login.htm in outband view only https://domain.com. In Bold /application/ is converted application which users can access over web. May be is...
View ArticleURL rewrite doesn't work
Hi,I have two website on my local IIS, one http site and one https site. I'm trying to create a rewrite rule to rewrite the local https website to https website. But it seems doesn't work. So I try to...
View ArticleNeed Help to create new Server Variable in IIS 7.5
Hi,We need to create a new IIS server variable, that would be passed on as a token for single signon for our reporting application.This would be a substring of the CERT_SUBJECT variable, but will...
View ArticleGoogle Analytics still show extension after they've been stripped!
I have various rewrite rules which strip the .aspx extension from the URL, and they are all working fine.However, as I look in my GA since the time after the rules were put into production, some...
View ArticleIntermittent Too Many Redirects issue - suspect IIS Rewrite Cache
A website running WordPress responds intermittently with Too Many Redirects but only for specific URLs and only for approximately 30 minutes. After that the page is served as expected. The rest of...
View ArticleWill following URL redirect configuration work with the IIS8.5?
Windows Server 2012 R2IIS version 8.5The IIS server has two sites with following two host names:site1.abc.comsite2.abc.comBoth require http redirect. Site1 has been configured successfully by another...
View ArticleURL Rewrite Module Pattern Issue
I'm having a hard time understanding how to set up a specific redirect.I want to change this: https://test.mydomain.com/test.exe?REOPENORDER&ORDNO=2694To This:...
View ArticleReverse proxy with ARR and URL Rewrite Module throws 403 error
Our environment is set up as shown below. Browser<----https-->IIS(with ARR and URLRewrite) <------http----->WAS (WebSphere)We moved the URL Rewrite rules from dev server to test server and...
View ArticleRewrite rules for 2 scenarios -
Hi community, Hope to get your input on a few rewrite/redirect scenarios.I have 2 main websites and a tertiary site that will replace the older of the 2 main sites.We have the following...
View ArticleCapturing parenthesis in the query string
Hello,In IIS "URL Rewrite", I need to keep only the bolded part from below:http://oursite.org/press/display/index.html?item=P1324&garbage_1=this&garbage_2=thatSo I have a "Pattern" of:...
View ArticleHow to set redirect from root to sub directory using URL rewriting technique...
I have used below URL rewrite rule for redirect from root to sub directory by using URL Rewriting technique in asp.net. <system.webServer> <rewrite> <rules> <clear/>...
View ArticleRewrite Specific Subdirectory
I have a mobile redirect rule in place in the web.config of a site's root directory.<rule name="MobileDetect" patternSyntax="ECMAScript" stopProcessing="true"><match url=".*" ignoreCase="true"...
View Articleurl rewrite whilst maintaining querystring
Hi.I have a simply rewrite that allows me use the url mydomain.com/shop/ and it loads the page mydomain.com/results.aspThis all works ok but that page can sometimes have a querystring appended to it...
View ArticleIIS URL Rewrite with question mark does not work
i have this rewrite rule<rewrite><rules><rule name="Redirect" enabled="true" stopProcessing="true"><match url="^(.*)$" /><conditions></conditions><action...
View ArticleHelp rewriting URL in IIS
Hi,I am trying to change the URL address in the redirect in IIS. I have a redirect in place for pl-live.domainname.com that redirects to an amazon AWS load balancer, when it redirects to the load...
View ArticleURL Rewrite to different web applications
Hello,Here's my scenario. I have two web applications running under one web site on my server. I would like to configure my server so that if a user navigates to a specific URL they will access a...
View ArticleReverse Proxy fails to include path/file
I am helping a charity who have a website currently hosted on an IIS package and want a new site which needs to be hosted in a Linux/Apache environment. Because of the way email is set up on the...
View ArticleLoad balance URLs to different ports
I'd like to setup the below on my servers. I have ARR installed and configured a server farm. However, I fail to configure the right rewrite rules to ensure that URLs reach either of the backend...
View Articlehandle more get variables for customizing url
I'm trying to configure IIS url rewrite to get this:index page localhost/menu1 localhost/menu2 localhost/menu3user page localhost/user1 localhost/user2 localhost/user3article page localhost/1...
View Articlerewriting URL to hide from user
Hello, we currently have an application hosted on IIS. This is a third party app that runs reports, and passes some of the parameters in the URL when the report is run. There is one specific...
View Article