Redirecting a dynamic page to itself with different parameter.
I am trying to redirect a dynamic page to itself with different parameter per...
View Articlewebconfig rewrite problems with Expression
Yes I still use microsoft expression:problem is when using iis rewrite, the webconfig file interferes when saving new files using expression. Or pasting in images. Can i set the web.config to only...
View ArticleURL Rewrite Rule not running when an error occurs
Hello,We have the following url rewrite rule in place to blank out the server response header. <outboundRules><rule name="Remove Server"><match...
View ArticleHow can I restrict access to a certain URL when using AAR?
So, if I'm using IIS as a reverse proxy (AAR and rewrite) to an internal application, but I also want to restrict access to a sub page, how would I do this?Example:internal webserver...
View ArticleGlobal rules vs local web.config rules - which runs first?
Hello,in shared hosting environment where Let's Encrypt certs are being used I would like to use rule:<rule name="ACME" stopProcessing="true"><match url="^\.well-known(.*)" /><action...
View ArticleHTTPS and HTTP for two binding
Dear good morning Query, I have a site that is HTTPS, I made a rule URL Rewrite, which works perfect, this is for example app.domain1.com Now in the same site,I have another binding to app.domain2.com,...
View ArticleSubdomain Redirects
I'm looking to redirect a server's Default Web Site to redirect to another url and I am struggling a bit with getting it working. I needhttp://sub1.domain.com/ to redirect to http://sub2.domain.com/...
View ArticleHow to use URL rewrite rule to block the specific IP address
Hi everyone,I'm newly here and I wonder how could I create a rewrite rule to return 401 if the specifc was trying to access the specific URL like www.domain.com/img/? How can I create such a rewrite...
View Articlekeep URL same and load content of different website
I have first.abc.com/xyz (xyz being an application under main domain abc.com) that needs to load content off of a different website second.abc.com/whatever/xyz while keeping the URL same to...
View ArticleRewrite rules
Hi,I need help to rewrite from my IIS7.5 front web site https://domain.internet.com (external server)to an apache backend server (local server) with an url like this :...
View ArticleIs it possible to rewrite/redirect http to https?
Hi,I have a http and a https website on the same II server. I know it is not hard to create a rewrite rule to rewrite the https to http. So I'd like to know is it possible to rewrite or redirect https...
View ArticleRewrite Rule for single domain with multiple application
Hi All,I'm having a hard time setting up my URL rewrite rule. I want to setup like.domain: abc.domain.comapp1: abc.domain.com/app1app2: abc.domain.com/app2I was able to load the default page of the...
View ArticleRedirect old URL to new URL with subsites
HelloWe have mirgrated a Sharepoint. And the Domain and links have changed. My Job is to redirect the old URLs to the new ones.Old URL example: https://www.example.com/old/sitecollection/New URL...
View ArticleReplicating reverseRewriteHostInResponseHeaders in URLRewrite
Cross posting here to get more answers to : https://forums.iis.net/t/1236280.aspx?Replicating+reverseRewriteHostInResponseHeaders+in+URLRewrite
View ArticleRedirect to subdomain
Kind time of the day, I need to do this type of redirection while preserving the path: mysite.com/program -> program.mysite.com.How can I do this using the URL Rewrite module?
View ArticleUrl Rewrite Rule Removed but Still Works
HiI removed a url rewrite rule that do some redirect/Unfortunately its still works and keep doing the redirection.I checked the web.config and there is nothing related to this ruleWhat can I do?Thanks
View ArticleRewritemap to match a link, even when there is more information after the URL
Hello First of, id like to note that I am working with sharepoint. ;)So in my scenario, we want to make a rewritemap, where the key value looks like: /TestSite/Lists/calendar/DispForm.aspx?ID=1But the...
View ArticleWhy is IIS redirecting instead of rewriting?
PROBLEM: IIS is redirecting instead of rewritingBACKGROUND:I had this working perfectly for a year, and then all of the sudden it stopped working for this ONE application. All other applications on...
View ArticleCatch-all Redirect with exceptions
I am trying to implement a set of redirect rules for a number of URLs within a domain to specific URLs on another domain.I've created the following redirect rules as an example:<rule name="Redirect...
View Article