DBProvider remap domain
I'm attempting to use the DBProvider to provide dynamic reverse proxy links to several hundred servers behind a firewall. I've been able to create the reverse proxy, but I'm struggling getting the reg...
View ArticleRequest Blocking is not working for IIS 7.5
http://www.iis.net/learn/extensions/url-rewrite-module/request-blocking-rule-templateI am trying to do the same but it is not working.This is my...
View ArticleHow to define rule to remove file extension
Hello all,I'm not sure if URL Rewriting is what I need to accomplish the following, but I have an actual URL with a querystring that points to a file and I would like a cleaner URL to point to this...
View ArticleBasic Help to Redirect URL
Hi,Hope someone can assist (internal network). We have been struggling to get a redirect on a URL and must be missing something really simple because we just cannot get it to work. We have a URL that...
View ArticleURL Rewrite Rules
I have created below rewrite rules to identify punctuation marks and symbols.<rule name="Rule108" stopProcessing="true"> <match url="xygpage"/> <conditions>...
View ArticleRedirect from *.*.com to *.*.*.com in Sharepoint 2013 HNSC web app
Hi,I've been looking around at various posts on using URL Rewrite Module 2.0 for redirecting users from http to https and I think I'm getting close to solving my issue. I've gotten this to work in my...
View ArticleIIS rewrite to https ignored with wildcard pattern?
I have a standard http to https redirect as the third rule in my config.web:<rule name="Roll To HTTPS" stopProcessing="true"> <match url="(.*)example.aspx(.*)|application(.*)" />...
View Articlerule rewrite redirect to tohter domqain
I trye same behaviour as in this thread but on IIS 8http://forums.iis.net/t/1182741.aspx i want to redirect all *fanta* to fanta.off but my rule, only appends fanta.off as a path leading to very long...
View ArticleWebsphere 8.5 and Rewrite Module on IIS 7.5
I am facing issue with rewrite module on IIS 7.5 on Windows Server 2008 R2 We have configured IIS 7.5 as a web server in front of WebSphere Application Server 8.5. Ideally, The Module URL Rewrite 2.0...
View ArticleBlocking a URL With URL Rewrite or Request Filtering IIS 7.5
Attempted to block a URL with URL Rewrite and Requesting Filtering in IIS 7.5 with success. We have Reverse proxy working with URL rewrite as follows:https://test.mydomain.com/SASPortal/public...
View ArticleRedirect HTTP to HTTPS
Hi,i try to redirect from http to https in an application.I found some pages with scripts, but no one do what it should.Here is my actual script:<rewrite><rules><rule name="Force_HTTPS"...
View ArticleRedirect by Domain name.
Hi,we have two internal Web-Servers:192.168.1.100 (SBS 2011 Exchange OWA)192.168.1.101 (Phone Software from Telekom, server called TK)Our Company has registered a Domain (e.g....
View ArticleURL Rewriting - Multi-Domain - Remove Folder In Path on Primary Domain
This challenge is related to URL Rewriting in using both a primary domain with a fictitious folder and as many secondary domains (without the fictitious folder) as needed. The idea is that the site...
View ArticleRewrite a querystring to a subdomain
Hi, I am just new to using IIS and its re-write tools.Would anyone know if its possible and how to rewrite a url http://www.site.com/page.asp?firstname=peter&lastname=jones&profileid=5644to a...
View Articlerewriting old rewrites to new urls.
Hi, I wonder if anyone could help with this tricky problem.I was using Helicon rewrite, and this example url http://www.site.com/info.asp?firstname=petra&lastname=Adam&profileid=555went to a...
View ArticleDeny using DBProvider based on QueryString value
We currently have a server which acts as a reverse proxy and rewrites any URL to an internal server name. Perfect. WorksWhat we'd like to start doing though is denying access (returning a 403...
View Articleproblem with RequestBlockingRule
Hi,Truing to block access from a specific host. Here is the rule I have but does not seem to work<rule name="RequestBlockingRule1" patternSyntax="Wildcard" stopProcessing="true"> <match...
View ArticleIs my redirect ok?
I'm trying to double check to see if a redirect rule is correct. I have a site "mysite.com". I have another site "productname.com" that is a dns redirect to "mysite.com". When a user goes to...
View ArticleTrouble with static URL re-writes
I used "Add a rule" and selected "Rule with rewrite map" to create a rewrite of a url to another. I then added a rewrite map. Here is the code it placed in my config file. But it doesn't work. Please...
View ArticleHow do I write a rule for a redirect on a directory(with and without the...
I have a redirect that I'm working on. <match url="^/videos" ignoreCase="true"/>It works when I go to: www.mysite.com/videos/ . But it doesn't work when I go towww.mysite.com/videosI can't...
View Article