How to rewrite url using iis rewrite module
suppose my urls are likewww.mysite.net/uk/index.aspxwww.mysite.net/uk/catalog.aspxwww.mysite.net/uk/product.aspxwww.mysite.net/uk/cart.aspxbut there no folder exist called UK or US but i need to...
View ArticleURL Route from one Web server ( sharepoint 2010 ) to other web server (...
Hi,Is this possible to route URL Request from one web server to other Using " IIS URL Rewrite Tool "Problem:I want to take request from one server ( SharePoint 2010 ) and route that request to other...
View ArticleURL Rewrite rules disappear always
We implemented URL Rewrite rules (Inbound and outbound) at Application level on IIS 7.5. All of a sudden they disappear. It happened two times so far and my IIS admin has no clue why it has...
View ArticleThought it was gonna be easy...famous last words.
Just trying to work through the basics of url rewrite and having very little luck. I setup a basic site to play with the tool before attacking a larger products that will have roughly the same...
View ArticleHttp 400 Bad Request / Error 400: Invalid Request
I have newly set up a reverse proxy with ARR 2.0 and URL Rewrite 2.0 modules on IIS 7.5. The reverse proxy rules access the content from IBM WebSphere Application Server(WAS) 7.0.0.41. For a day or two...
View Articlerewrite maps not removing query string
I use a static rewrite map and just noticed those if the key contains a query string when redirecting it includes that query string (which I do not want). I thought this would be an attribute to set as...
View Articlehttp to https URL Rewrite for one folder failing
I'm trying to rewrite HTTP to HTTPS for a specific subfolder on my IIS 8.5 web server but it's not working. I've read countless other solutions and blog postings but nothing I've tried...
View ArticleChange the URL
Hi,I have a main site with url "https://myapp.com" and there are SubApplication created for clients like "https://myapp.com/client1". so is there a way to hide SubApplication name.That means if we hit...
View ArticleHow to add Head tag if not present in my response using URL Rewrite
I have to some script to head tag (The script should be placed in head tag only, not in body tag) of all the html files under a folder. These html files are uploaded by customer, so we are not sure...
View ArticleWhy do I need outbound rule in reverse proxy
Hi,I'm learning about the ARR reverse proxy. According to my understanding, the IIS responsible for replay the request to the backend. So I think the inbound rule in enough to return the correct...
View ArticleGet list of rewrites
A co-worker of mine inherited an old Windows box with over 250 URL redirects on it. I’m not sure what version of Windows, but it’s likely Windows Server 2003. I would like to document all of the URL...
View Articleremove www and redirect secure
This rule seems to work fine, but when I go to https://www.example.com it doesn't remove the www.However if I go to http://www.example.com it works as expected.Why is it not redirecting from...
View ArticleIIS Rewrite Module | How to redirect from page x to page z via page y...
I have a requirement wherein I need to redirect from a particular page (say x) to another page (say z) via a third page (say y) with a time delay at page y.i.e. :-1. User hits a URL (x)2. x should get...
View ArticleReverse proxy with same external and internal domain name
HiI have two internal web sites (document.mycompany.com, image.mycompany.com), there is a SSO flow between those two, so I need keep the .mycompany.com to maintain the session. I am now need to expose...
View ArticleIIS URL Rewrites with exeptions
Hi guys, Looks, that I can't find a way out by myself and need your help. I need setup URL rewrite with exceptions. I mean: All requests like: http://domain.com and http://domain.com/#ab should be...
View ArticleChange site and query string
Hi all, newbie at this rewrite stuff.I´m trying to (on a Win2012r2 IIS 8.5) redirect and rewrite a query string from an old application to a...
View Articlematch on one occurrence but not another
Hello, I'm looking to implement a rule that will match when that string is the only item present after the first slash, but not another. Basically, I want the rule to match on this...
View ArticleHow to enable pinch zoom on website for mobile devices?
Pinch zoom is a key feature of mobile browsing, which allow you to to zoom in to read content and out to locate content within a page. I am trying to enable this feature on my website. I've tried to...
View ArticleHow to register the file dll to the GAC
I have to add rewrite provider in IIS. I've written the provider code and signed the dll.but how should I register the dll to the GAC so the iis would know it as Managed Typemy questions is not about...
View ArticleHow-to redirect if {PATH_INFO} or {REQUEST_URI} are eq to null
We're moving to another platform, but old one still keep archives. I need create a rule to redirect all request to my old {HTTP_HOST} only in case, when request is coming only with {HTTP_HOST}, without...
View Article