Specific rule causing any requet to be unresponsive
Hey,I'm new to the IIS7 url rewriting, but I have used the urlrewriting.net one before, and migrating my rules was actually pretty straightforward (just a couple of search & replaces was...
View ArticleRewrite Smartermail fails
Hi there,I just started with rewrite for:PublicWebsite > InternalSite > hosts Smartermail.So far I got it working up to the point where there post requests, that have not rewritten...
View ArticleWorks fine with Rewrite goes into loop when changed to Redirect
New and getting my feet wet with URL rewrite. I have the following rule that works fine with "Rewrite", but as the IIS log file indicates, it seems to go into an endless loop when changed to...
View ArticleTrailing Slash rule breaking MVC4 Bundles.
I posted this question on StackOverflow:http://stackoverflow.com/questions/15914881/asp-net-mvc4-bundles-being-broken-by-url-rewrite-rule-for-trailing-slashBasically adding the rule that adds the...
View ArticleChanging Rules or Maps restarts all apps
When I modify URL Rewrite Rules or Rewrite Maps in the Default Web Site all applications running under the Default Web Site are restarted, killing all sessions and causing applications to execute...
View ArticleDynamic URL's to Static
Good morning all: hoping someone can recommend an interesting way to solve the following. we are currently transitioning our website from dynamic url's (http://...../main.asp?id=00005&tid015...
View ArticlePublish RemoteApps at different URLs in RDWeb in Server2008 R2
I want to publish different Remote Apps at different URLs through RDWeb Access in Server 2008 R2, for e.g say calculator at https://[ip]/calculator and paint.exe at https://[ip]/paint, so that i can...
View ArticleHow can I validate the rule programmatically before deployment?
Recently a duplicate rule in the maps file brought down our QA test server with general server error 500. When this happens there are not any exceptions or error messages so its tricky to diagnose. We...
View ArticleError 500.52
After setting up Rewrite Provider from the link below, and the Rule to do the redirect, I am getting an Internal Server Error 500 every time no matter what I use as a...
View Articleredirect and retain original URL
I have a URL which comes in to the web servers, redirects to the backend servers on another vip/url but I need to retain the original URL which not only protects users from knowing our backend vip...
View ArticleURL rewrite module for BEGINNERS
Hi people:Where can I find initial info for using this module?I want to know what does {R:1} mean and which others we can get?
View ArticleREWRITE_DISABLED_KERNEL_CACHE Stop web many seconds
We detect that every new site stop IIS and delay more than 15 seconds IIS response. Put a tracing to url to detect problem and obtain this line:REWRITE_DISABLED_KERNEL_CACHEWhen appear this line in log...
View Articlechanging the root name (web.config)
Hi,I don't want to modify my web.config file, so I'd like to know how to configure IIS (for HTTP Redirection) in order to look for a fake web.config file (let's name it fake.web.config) which will add...
View ArticleReverse proxy to Exchange 2010. ERROR 502.
I'm trying to setup a reverse proxy on IIS7 to Exchange2010 OWA, I already created a url rewrite rule to my intranet site and it is working fine but my Exchange rule gets an 502 error.This is the...
View ArticleReverse proxy to Exchange2010. Error 404
Hi,I'm trying to setup a reverse proxy on IIS7 to Exchange2010 OWA, I already created a url rewrite rule to my intranet site and it is working fine but my Exchange rule gets an 404...
View ArticleMy first rewriting
Hi, I want to know if it's possible to rewriteOriginal url: www.mysite.com/region.cfm?id=1&n=some_textRewrite url: www.mysite.com/some_textHow do i set my inbound rule?Thanks for you patience.Bye
View ArticleHow to reroute to another server
HelloI have to admit ... I'm a bit lost.I have an IIS server toto.com accessible from InternetI have an internal server http://192.168.0.19:8080I want to access this server on https://toto.com/test...
View ArticleWordpress URL rewrites
HiI am trying to eliminate the /index.php/ that appears in Wordpress post names, but I'm running into a problem I have the URL Rewrite module installed on my server, and I have a web.config file with...
View ArticlePage without querystring returns wrong page
I'm new to IIS7 as well as the URL Rewrite module. We are porting a website from PHP to ASP.NET and wanted to keep a lot of the existing links intact for SEO purposes. The PHP developer had all of...
View ArticleRedirect with REMOTE_USER in a custom server variable
Hi,I have a case that I need redirect all requests from "server A" to "server B" and rewriting a custom server variable using the REMOTE_USER variable (mycustomservervariable = {REMOTE_USER}). "Server...
View Article