Redirect based on client IP address
Hi All,I have an existing Reverse Proxy (IIS ARR) setup for Lync 2013. I want to add another redirection for a different site based on the client's IP address.If they are on the LAN (10.10.10.x) then...
View ArticleNeed to write 2 rewrite rule in IIS for 2 different applications deployed in...
Hi All,Need help to write 2 rewrite rule in IIS for 2 different applications deployed in same tomcat server.Here is the 2 rules written, but only one is working at a time.app 1 :...
View ArticleURL Rewrite rules are overlooked when "Response.redirect" is used in the...
Hi,I am migrating a web application from Java to .Net and I am trying to finalize the application architecture. The application is being developed in MVC 5 architecture. I am trying to use ARR with URL...
View ArticleHow to do a 301 regex redirect with IIS7
<div class="post-text" itemprop="text">How can I do a 301 redirect with this pattern: /([^/]+)(?=/[^/]+/?$) in my .NET solution to redirect /en/solutions/exemple to /en/exemple in my web.config...
View ArticleIIS Reverse Proxy with authentication through ADFS
Hi,In my companies network we have a web app we would like to restrict access to. The authentication should be done using ADFS. Unfortunately, for various reasons I cannot setup the authentication...
View ArticleGetting a 500 error when I use a & in the key
Hi All,Hope you can help.I'm using Server 2008 r2 with IIS 7.5.I have done a website split. So where there was one website there are now two. I need to be able to rewrite using a rewrite map...
View Articlewildcard & Urlrewriting
hi.i active my Wildcard with add an A record with a * in my domain.when i enter an arbitrary subdomain,browser open this page(use thishttp://a.khabareani.ir/ if don't have image)i need a url...
View ArticleIIS - rewrite rule based on server variable
is it possible to create rewrite rule in IIS based on server variable matching (instead of URL matching)?something like thisif servervariable="{HTTP_DISGUISED_HOST}" is matching "abc",rewrite...
View ArticleRule re-enabled after publishing application?!
Hey folks!I've got a problem with my URL Rewriting (which is just a redirect to SSL on the same pages)Some of my applications in the Default Web do have the SSL Rule enabled and some have them explicit...
View ArticleURL Rewrite for SSL redirection
Can URL Rewrite be used to change http: to https: for directories on my site which require ssl? If not, does anybody have any suggestions on how to achieve this?Thanks in advance.
View ArticleIIS URL ReWriter Add Provider "Managed Type" dropdown never loads
Hi Friends,I created a IIS URL rewriter provider, but when I try to add it to urlrewriter module "Managed Type" drowpdown never loads.Did anybody faced this issue before? did you found any solutio ?any...
View ArticleHttps with URL rewrite
I recently bought SSL for my website and wanted to create a section within the site in the form of https://secure.mydomain.com/member/upgrade.aspx. However, I am having a hard time solving this issue...
View ArticleRewrite/redirect http://myurl1 -to-> https://myurl1.mydomain.com
I created single web application (and site) for SharePoint 2013 deployment which binds only on port 443. I also created second site (with bindings on port 80) which I’m planning on using for URL...
View ArticleToLower redirect action causes cyclic loop on Cyrillic characters
I have default IIS(8.5) site on 2012 R2 with following rules in Web.config:<?xml version="1.0" encoding="UTF-8"?><configuration><system.webServer><rewrite><rules><rule...
View ArticleHow to achieve permanent redirects in IIS6?
Without using any plugins or software installation server side, is it possible to achieve true 301 redirects with IIS6? The hosting provider is has been unhelpful in this area. I've tried the...
View ArticleHow do I redirect a subdomain to a url?
Trying to redirect owa.netechnical.com to https://mail.netechnical.com/owa.This is stupid easy in cpanel, but for some reason I haven't figured it out in IIS yet, even after resorting to manually...
View ArticleRedirect DNS Names to a Default Website Application
I just joining this forum. searching for a solution.I have a server (srvdb01) hosting several web applications CRM under Default Web siteDefault Website |---BCRM (http://srvdb01/bcrm/eware.dll/go...
View ArticleRedirect sub domain to URL inside the site (no physical file)
lets say i have a website with domain "xyz.com", and sub domain "test.xyz.com".what i need is to redirect visits from the sub-domain "test.xyz.com" to a specified URL like"xyz.com/en/test" (note that...
View ArticleHTTPS redirect doesn't work
Hi,I am trying to redirect https://www.flyinaway.com tohttp://www.flyinaway.com because we have moved our site to a non-secure hosting location and there are legacy links floating around out there that...
View ArticleURL Rewrite issue with CSS URL( ) values
I posted this on stackoverflow but received no answer. I figure this is also a good resource to get help as well.A week or so ago I asked a question on stackoverflow regarding running 2 different...
View Article