Cannot get redirect rules to work at all
I've been banging my head against a brick wall attempting to get some IIS redirect rules to work. I've searched and read stuff here on Stack Overflow and on IIS.net but it just doesn't work at all.I'm...
View ArticleRouting IP:8006 contents on different Domain:443 - ARR on IIS
Hi,I want to route traffic from http://ServerIP:8006 tohttps://domainname and for this i have used ARR on IIS with below rules.Created one Server Farm with server IP: ServerIP with port 8006 in...
View ArticleURL Rewrite | Help understand a regular expression logic
Hi,I am looking in to an existing ARR farm to document the configurations, could some one please help me understand the below conditions-{KBRedirect:{C:1}{HTTP_HOST}/{R:1}?{QUERY_STRING}}Here is the...
View ArticleHelp with rewrite based on A record
Hi,I have two seperate webservers (one iis and 1 linux box) but only 1 external IP and i'd like to keep both on port 80/443.I'm trying to have when i enter cloud.nickhosts.xyz it will push to the...
View ArticleRedirect loop bug
Hi guys,I've been getting redirect loops spontaneously happening on my webserver. It will run fine for weeks and then suddenly start acting up. The only place I've seen this happen is on my home...
View ArticleExternal IIS Rewrite RouteMap file changes are not reflected
Hi.I have an external rewrite routemap file configured for our site. This file is being published to the site's root folder by a content management publishing team.After publishing the file,the changes...
View ArticleURL Rewrite based on HTTP Body Content
Hi,I am using the URL Rewrite Module (+ ARR ) for my scenario, and I wrote Rewrite Provider to determine the full "url" based on some conditions. This is a legacy system, and sometimes I can introspect...
View ArticleRewriter is modifying page content in the response
We are experiencing an issue with an asp.net application (using .Net Framework 4.5.2) where links in pages are being modified and it causes issues in our application. We are using the rewriter to...
View ArticleProblem with converting .htaccess to web.config
Dear I am moving my website from apache server to a IIS 7. I am trying to convert my .htaccess but it won't work. : # ############################################################################## # #...
View ArticleIIS URL Rewrite help
Hi there, I am trying to create a Rewrite rule but I seem to be having a lot of trouble with it and the rule i created does not seem to work. Basically what i like to do is re-write alll URLS that are...
View ArticleReverse Proxy outbound rules links rewriting
Does the option to rewrite URLs (like on a screenshot above) work only for HTML tag attributes, or it replaces everything it can find? My server which is behind the proxy sends some content in XML, and...
View ArticleRewrite URL to http://www.site.com/Hello ----->...
Hello guys,I have for example following websitehttp://thisismywebsite.com/A/B/test.aspx or http://thisismywebsite.com/A/B/test.htmlHow can I use URL rewrite module within IIS ? Or How do I setup...
View Articlesubfolder to subdomain help .....
hi: Is it possible to rewrite something like this:https://www.domain.com/a/ to https://a.domain.com/ (eg. d:\www\a)https://www.domain.com/a/b/c to https://a.domain.com/b/c (eg. d:\www\a\b\c)...
View ArticleURL Rewrite not working properly
Hello people,I am a total newbie when it comes to URL rewrite (i am starting to believe i am a total newbie in general) and i have a problem with a URL rewrite rule i am trying to create.So, we have...
View ArticleImages ,Links and scripts not working after url rewriting
I have write the code for inbound url but images ,styles and scripts are lost<rule name="RewriteUserFriendlyURL1" stopProcessing="true"><match url="^([0-9]+)/([_0-9a-z-]+)"...
View ArticleIIS URL Rewrite rule - test works but no results
I’m having trouble writing a URL Rewrite rule for IIS 8.5. My expertise writing rules is barely intermediate, and the documentation has not been helpful.I’m trying to redirect the following...
View Article502 error when rewriting HTTPS site
Hi all,I really could use some help from the experts out there...We use a reverse proxy to publish some http sites to the outside world, all are running fine.Now I need to give access to an internal...
View ArticleGetting 404-access is denied page not found error after URl rewrite process.
Hello All,I have used the URL rewrite feature for site level. I have almost tried by creating blank rules,User_Friendly and rewrite map but every time i am getting 404- access is denied error.can you...
View ArticleRewriting URLs for static content appears to prevent static caching
Hi,I have setup a new instance of IIS (actually in the form of an Azure Web App) with the following URL rewrite rule in web.config:<rewrite><rules><rule...
View ArticleSAML redirection not working for URL Write reverse proxy
Hi,I have a website which I'm reverse proxying behind a Windows 2012R2 with IIS, ARR, and URL Rewrite. The defined rules work and the website is available through the reverse proxy, however if you try...
View Article