re-write rule for a REST API (php)
Hi, I need some help on how to write the web config so that a url will go via a php script.On apache i had some lines of code in a .htaccess file which looked like this:RewriteEngine on RewriteCond...
View ArticleInfinite Loop in URL Rewrite (Redirect) Rule
Hello,I have started a redirect rule to route people from ets.nettrax.net to ets.nettrax.net/Account/Login.aspx automatically.Here is my rule:<rewrite><rules><rule name="Redirect traffic...
View ArticleA Good Tutorial for Absolute Beginners?
Hi,I have looked at the learn.iis.net pages on the URL Rewrite app. I think I need to start with a bit more basic information. Is there a good tutorial out there which starts from the absolute basics?I...
View ArticleHow to implement this rule for default site routing?
I have a situation where the domain name internal is the same as the external website of the company so I want to avoid changing the domain name to internal.domain.com but instead I want to try to use...
View ArticleRedirection doesn't work from ARR but works within DNN
We have an IIS web farm, of which consisting an load balancer, 4 ARRs, and 2 ASP.NET application servers running DNN CMS. The 4 ARRs will URL rewrite to DNN application servers. We have more than 100...
View ArticleWeb.config
I am currently setting up a string of rewrites within the web.config file to forward old URL freindly addresses with '&' to a new URL. <RewriterConfig> <Rules>...
View ArticleReverse proxy question
Hey guys :)We are soon going to launch a large new site for a customer. But because of some issues we cannot go live with all the languages they need. So instead we need to rewrite the languages that...
View ArticleQueryString Value Based Redirects
I need to redirect all pages which has below values in query strings to another URLhttp://abcd.com/ex: http://xyz.com/article.aspx?Center=BeautyCenter&top=90274&id=1 (note: Id would have any...
View ArticleIs it possible to rewrite URLs as subdomain without actually creating a...
Good Day All,Is this possible to mimic URLs in Asp.net without actually creating a sub domain if i use Rewrite Module. For example : URL : example.com?value=somecodeand rewrite as :...
View ArticleReplace character in Redirect Url
Hello,In URL REwrite 2.0, is it possible to replace an underscore character with a hyphen inside a redirect variable?For example, the {R:5} variable contains an underscore character. In the Redirect...
View ArticleURL 301 Redirects 1st time, then resolves with 200 status code 2nd time?
Hello,I'm running into an issue, not sure if it's a cache or something else.I have a rule to Redirect a pattern. This works and does a 301 redirect to the correct url.However, when I try the same url...
View ArticleHow hide some values from rewrited querystring
I'm rewriting urls of an old classic ASP site with very complex querystrings. I haven't got time for change them. I have urls like...
View ArticleURL Rewrite - External Config File Too Large!
Hello all,My issue is that my external rewrite map config file is too large to run. First, a little background information to get some questions out of the way:- I'm currently managing about 1400x 301...
View ArticleUrl Rewrite Configuration file size
<p>Hello, we are using configuration files called from our web.config file as follows: <rewrite> </p> <p><rules...
View ArticleURL REWRITE PROBLEMS URLS LIKE index.php?GET=...
I have a big problem in my IIS-Setup! Every URLs like this type for Example: http://localhost/index.php?GET=(R1) dont work on my setupExample from web.config:<rule name="Importierte Regel...
View Articlehttps URL redirect for files in a specific directory or path
Hi all,I apologize if this has been asked a million times already. I havent been able to find a clear answer searching the forms. I am trying to setup my web.config to do a redirect for any html/asp...
View Articleurl redirect
we are on IIS 7 on windows 2008 standard serverwe need to add 50 sites into IIS7 with the following redirect from http to https for examplehttp://webmail.domainname1.com/ to...
View ArticleRewrite Map + General Redirect?
We're switching over a huge CMS + Form system from one platform to another, but still have hundreds, or thousands of URLs in emails and off-page links that we want to preserve, and bring over to our...
View ArticleFailed request tracing, ARR and rewrite
Trying to troubleshoot some failing (or missing) rewrite rules and setting up tracing to work it. Do I set up FRT and rules on the ARR server only, or on all nodes in the farm? I assume the former,...
View ArticleIgnoring ashx/css/js/png/jpegs/axd etc...
We have current .net page strucutre like this with URL forming like this..http://www.example.com/pages/login.aspx?q=1234and want to convert this tohttp://www.example.com/login?q=1234How to bypass Pages...
View Article