SEO Impact Of Using ARR Rewrite Mod
Morning,I am wondering whether or not the implementation of the reverse proxy with rewrite of the URL response would appear in googles eyes as a 302 redirect? Or, given this is not necessarily a...
View ArticleRewrite file.jpg to file.jpg.webp
I am not able to rewrite the file.jpg to file.jpg.webp. This rewrite module not doing anything and the jpg file still being displayed as jpg and the url did not...
View ArticleCannot get the rule working
<div>I'm having an issue with setting up a rule for redirecting URIs within an application. What I want to do is redirect everything except what I've specified in the patterns below. ie. if the...
View ArticleBug found while settings custom server variables
Hi,I found this bug while setting up a rule with a custom server variable to be used with classic ASP. Inside the "Edit Inbound Rule" window,inserting a server variable it will be saved in the...
View ArticleWhy is formaction custom tag-attribute ignored
I have a simple outbound URL rewrite rule on my IIS ASP.Net core 2.2 webserver (IIS version 8.5.9600.16384):<outboundRules><clear /><rule name="CustomTags" preCondition=""...
View Articlehow to add HTTP_ACCEPT_LANGUAGE if only missing
Hi,I want to add the header HTTP_ACCEPT_LANGUAGE with a default value to the request only if it missing. The rule below, does add it on every request without checking for existence. Is it possible to...
View ArticleRedirect root domain to other host, but subsites underneath should not redirect
I've tried this, and cannot get it working for some reason. The Pattern test seems to work, but could not get it working when live.I want to have users come to:www.domain.com they will be redirected to...
View ArticleHow to rewrite HTTP response Server header from Reporting Services
I am using SSRS 2016 for my report. And every time I access a report, the response always contains the IIS server information. I want to hide or rewrite this sensitive information from the HTTP...
View ArticleNeed Rewrite Rule That Allows Optional or NULL Parameters
Hi,I am working on an ASP.Net 4.7 website in which I want my wildcard subdomain to support multiple optional parameters. The end result should rewrite something like https://city-state.example.com to...
View ArticleHow Do I Pass Route Parameters via URL Rewriting if They Appear at the End of...
Hi,I have a rewrite rule that passes parameters in the subdomain name to my application just fine but oddly never passes parameters that appear after the domain name in the URL.<match url=".*"...
View ArticleDont redirect if there is a query
Hi, We've changed systems to 365 dynamics and need to prevent the users from creating new 'items' in the old system. They create new items in the old system on page https://internal.com/test/ or...
View Articlereplace Protoco and HTTP_host for given pattern
Should be a simple one.I have a URL to a page. The folder/page name is /hr/documents.aspx. The condition is that if this pattern matches with a given request, I want to switch the Protocol and...
View ArticleURL Rewrite for SFTP
I would like to use an IIS server in our DMZ as a gateway to route requests to an SFTP server on our Internal Network.Is this possible? Thanks,Jason
View ArticleHow to add HTTP_HOST sub-subdomain using pattern?
I have a situation where I have two URLs going to the same content. There are customizations to the code that only work with one of the urls. The URL that works has a sub-subdomain, "HR", as shown in...
View ArticleAbout CDN urls
Hi,We are using CDN for our website. We set the configurations as suggested by total cache pluginBut when checked using GTmetrix this is throwing errors against – Page speed -Remove the following...
View Articlehow to Rewrite Url to remove aspx and rewrite querystring
it is possible change rewrite this link www.example.com/default.aspx?merchant=abc123 to www.example.com/default/abc123? and also can i use www.example.com/default/abc123 redirect to...
View ArticleI need someone to assist me to convert this .htaccess to config.web
I need someone to assist me to convert this .htaccess to config.web as soon as possible. Your assistance is always appreciated:RewriteEngine on RewriteRule ^bybranch/([A-Za-z0-9]+)$ bybranch.php?id=$1...
View ArticleDownload source
The download source of URL Rewrite 2.1 (https://www.iis.net/downloads/microsoft/url-rewrite) is no longer available.From where can I get it now?
View ArticleRedirect url with a hashcode to another with same hashcode in IIS10
I need to redirect a url with a variable hashcode to another url with that same hashcode in IIS10 (Windows Server 2019).Example:https://www.example.com/hello/sd54effg1g5s11d5111dwds21fds2f1ffdNeeds to...
View ArticleSimple Rewrite based on Query in Webforms
I am looking for the following rewrite, based on two options:1) example.com/meetings.aspx?meeting=health&year=192) example.com/courses.aspx?course=health&year=193)...
View Article