Redirect loop bug
Hi guys,I've been getting redirect loops spontaneously happening on my webserver. It will run fine for weeks and then suddenly start acting up. The only place I've seen this happen is on my home...
View Articleiis url rewrite reverse proxy issue with ports
I am running IIS as a reverse proxy for my servers.I have a website running on port 1025 and reverse proxy works fine when mapping port 80 pages from the backend. So the first rule works fine.My...
View ArticleModify content-length response from IIS
Hi,Not sure if this could be completed with URL Rewrite, but maybe it's a good place to start.I have a service which is doing failover to another URL when 401 response is received from web server....
View Articleredirect anything non-secure to HTTP?
Hi All: I have a rule to redirect any secure page to HTTPS:<rule name="force https" stopProcessing="true" enabled="true"><match url="(account|checkout|login)" ignoreCase="true"...
View ArticleTotal newb to IIS need help with possible URL rewrite issue
First off, thanks in advanced to any of you that will consider helping me out with this issue.Just as the subject of this states, I am a total newbie to IIS7 servers. I am not sure what is going on...
View ArticleIIS7 URL Re-write Rule?
I have 6,000 products in my webstore. When the product description page is selected by the user, the URL looks like:/buyitnow?PID=200How do I use the IIS7 Re-write module to re-write this...
View ArticleURL Rewrite: How to get the FileMapProvider to pass the query string
I'm in the middle of changing an existing application to use the FileMapProvider for routing the URLs. With this application, the pages on the site have the concept of drafts and published, and I have...
View ArticleURL rewrite returns 404
I have an IIS 7.5 (Windows Server 2008 R2) installation that mostly works. I had to change a URL Rewrite from a 'redirect' to a 'rewrite', however, because of client software that apparently didn't...
View ArticleRewrite rule not setting server variables
I have an installation that offloads SSL decryption on our load balancer. We would like to set secure cookies in our application and thus need IIS to recognize secure traffic even though all traffic...
View Article% Encoded entities defaulting to 404
I really hate to reopen this seemingly old question, but after couple of days of searching I'm not sure if it is fully answered or maybe I don’t fully understand its nature.Problem is that URL's...
View ArticleRedirect to another page and carry across the original value.
I am trying to write some rewrite rule where anything which comes thru my website this waywww.mywebsite.com/abcdef should be redirected to another page where the value is send as a parameter, example:...
View ArticleIIS Rewrite Problem with search-friendly URL
Hello,I managed to set up a rule in IIS Rewrite (using web.config) i.e.:<add key="/service" value="/index.asp?k_id=4030" />It works good, but i want, that in the browser address-field still...
View Articleset web site URl to show virtual directory
Hi , I am newbie on this forum, sorry if this question was posted. I have a website called A and under it a virtual directory called B. I set a url domain.com on web site A. So I have the IIS welcome...
View ArticleHow to extract a cookie value and encode it...
Hi,in few request the cookie contains double byte character and its failing in ARR. To overcome this issue we need to encode that particular key value. can someone please help me?example:Cookie:...
View ArticleUrl rewrite help
My website was http://freertool.com/store well now its justhttp://freertool.comI have the website working to do this with url rewrite but it still gets a 404 error. I either need rewrite or do a 301...
View ArticleURL Rewrite to another domain in IIS 7
I have a domain www.mydomain.com which currently does not point to any resource. I have a resource in another external domainwww.externaldomain.com which cointains my site.I would like to map all the...
View ArticleRedirect to another site
I am fairly new to URL Rewirte module so bear with me. What we are after is whenever anyone types in 'www.abc.com/access" we want this to redirect to "portal.abc.com". Not sure how to set this...
View ArticleBranchCache headers being stripped when using rewrite filters
Hi,We are trying to use BranchCache with the rewrite filter (actually seems to be the case for all IIS filters) but it strips the BranchCache headers from the request. Any ideas of why this happens and...
View ArticleHow to deny access for a direct link to the page?
Good day Sir/Madam.Could you please help us? We have a situation where we need to deny access to a direct link to a page.For example:Have a url = https://test.test.com/test/Site, autorization on page...
View ArticleRewrite URL so that users don't have to type in port number
I apologize, but I don's see anything that clearly explains how to do this.I have a website that is accessible from the internet using http://mysite.mydomain.com:8080Users cannot use...
View Article