URL Redirect with exact match problem
Hello,I have been struggling with a specific pattern matching solution. We have a large site with lots of subdomains. The subdomain URL's have always been easy to match. We we so many site that we have...
View ArticleRewrite only main page
Hello,I am hoping someone can help me because I had some issues making this happen on my own and tried using tips from previous posts in forums online but it never worked for me.. I am trying to...
View ArticleURLrewrite version 2.1 released
In the past couple of weeks a new version of URLRewrite has been released.Details of the changes in the new version are here:https://blogs.iis.net/iisteam/url-rewrite-v2-1Download it...
View ArticleHTTP > HTTPS rewrite not working IIS v10
Hi everyone,Apologies in advance as I know this has probably been asked hundreds of times before.Basically I'm trying to redirect all HTTP traffic to HTTPS and url rewrite was working on IIS v8.x fine....
View Articleurl rewrite works perfectly in IE and edge but not working in firefox or chrome
Hello,I have following code: it works perfectly and redirects to other host name or site in IE and IE edge but not working in chrome or firefox...what is incorrect here. please help<rule...
View ArticleRewriting http://localhost:port to http://machinename:port
I have a dynamic windows VM CI machine for dev / qa teams that use IIS 8.5. Our setup has multiple websites, services that interact. We dont want to have to configure dns, etc for these sites and have...
View ArticleRedirection from site to subdomain – for All URLs
site – https://www.example.com/blog/subdomain – https://blog.example.comI need to redirect the above site to the subdomainFrom - https://www.example.com/blog/To - https://blog.example.comFrom -...
View ArticleRewriting website URL
Hi, we have an app that is running under http://localhost:port. On that machine it works. I have added a IIS binding to include the machine name andhttp://machinename:port works from a machine...
View ArticleUrl Rewrite, IIS Server Variables ad logging
Hello Everyone,I want to use URL Rewrite in order to add a server variable and then customize IIS log in order to capture the variable.I successfully add the variable:in...
View ArticleRewrite body of SOAP
HiI was wondering if iis.net community can help me with a problem I have been trying to solve for a few days:it is possible to re-write the body of a SOAP message on IIS?I am trying to get two third...
View ArticleNeed URL rewrite rule for my case.
I require IIS rewrite rule which matches below urlhttps://www.example.com/a2b/servlet/com.test.anon.RegisterProductPost?frmAction=generate2&frmSerialNumber=xxx&frmReposCode=yyyand rewrites...
View Article404: page non trouvé !
Bonjour !J'ai deployé mon site web avec laravel et deployé sur windows server 2012 R2 avec le server IIS en suivant ce tutoriel: https://jimfrenette.com/2016/09/laravel-iis-windows-install/Mon site web...
View ArticleSimple rewrite rule. How????
Hi there.I'm trying to perform a simple rewrite rule but I can't. I'm using the URL Rewrite module but I can't find any combination that works.I want to the following:192.168.1.51:8800 to...
View ArticleNeed Help with URL Redirect Not Working IIS 7.5
I have tried everything I can think of and throwing in the towel hoping someone can help.Running Windows 2008R2 Coldfusion Server IIS 7.5Need to redirect from Website A to website B using the id in...
View Articlerewrite virtual subdomain rule in SolidCP
HiI want to create rewrite rul in web.config for virtual subdomainI have write rewrite rule but not working. what is wrong?these rules are not working :1.<system.webServer><rewrite>...
View ArticleIIS Rewrite Help
Hi AllFor the purpose of privacy, I have removed all my URLs and replaced with MYURLHEREI have a requirement to force HTTPS from HTTP and HTTPS URLs that exist to a particular website in our domain....
View ArticleRewriteModule Error - Cannot create a file when that file already exists...
Hi all,We have started getting the following error on several IIS servers (HTTP Status Code 500). We are running the latest build of URL Rewrite 2.1 (which seems to be 7.1.1980.0) on Windows Server...
View ArticleURL won't rewrite when it's only the root
I've written a simple Rewrite rule that should rewrite every URL to another website. The ARR module is installed and configured. <rule name="RewriteTest" stopProcessing="true">...
View ArticleIIS Rewrite Help
Hi AllFor the purpose of privacy, I have removed all my URLs and replaced with MYURLHERE.I have a requirement to force HTTPS from HTTP and HTTPS URLs that exist to a particular website in our domain....
View ArticleIIS URL Rewrite will not append query string
Hello,I am attempting to use URL Rewrite to simply change out the domain name of my site, keeping the entirety of the requested path, including the query string, untouched. It seems simple, considering...
View Article