<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>urlrewriter Forum Rss Feed</title><link>http://www.codeplex.com/urlrewriter/Thread/List.aspx</link><description>urlrewriter Forum Rss Description</description><item><title>New Post: Recursive rule checking causes overflow</title><link>http://urlrewriter.codeplex.com/discussions/441531</link><description>&lt;div style="line-height: normal;"&gt;Hi,&lt;br /&gt;
&lt;br /&gt;
I've just installed Url Rewriter as a nuget package in my ASP.Net MVC 4 web app. I'm testing it locally and can't get rewrites to work.&lt;br /&gt;
I only have one rule in the ManagedFusion.Rewriter.txt file, but in the log file I see that for each request, the files is processed a dozen times. It matches the rule correctly, the output is valid (i.e. a URL that is correctly routed to my controller/action). But this is repeated over and over (input as the url I type, valid output) until I get a 500 error due to an overflow.&lt;br /&gt;
&lt;br /&gt;
Any idea what's wrong there? Why can't it stop processing the request against the rules?&lt;br /&gt;
&lt;br /&gt;
Setup: ASP.net MVC 4 /.net 4.5&lt;br /&gt;
Url Rewriter 3.5.7.15067&lt;br /&gt;
Tested with IIS 8 and IIS Express 8&lt;br /&gt;
&lt;/div&gt;</description><author>antoine220</author><pubDate>Thu, 25 Apr 2013 10:58:56 GMT</pubDate><guid isPermaLink="false">New Post: Recursive rule checking causes overflow 20130425105856A</guid></item><item><title>New Post: Does this work with the IIS development version?</title><link>http://urlrewriter.codeplex.com/discussions/433381</link><description>&lt;div style="line-height: normal;"&gt;Think I found an answer. Yyes it works with the built in developement IIS.  One some adjustment though is that binding must be done to the application's root path.  So if the path to the application root is &lt;br /&gt;
&lt;pre&gt;&lt;code&gt;http://localhost:30320/MyWebApp/ &lt;/code&gt;&lt;/pre&gt;

and wanting to bind &lt;br /&gt;
&lt;pre&gt;&lt;code&gt;http://localhost:30320/MyWebApp/http-bind/  &lt;/code&gt;&lt;/pre&gt;

then the rewrite rule needs to be &lt;br /&gt;
&lt;pre&gt;&lt;code&gt;RewriteRule ^/MyWebApp/http-bind/ http://server.somedomain.com:5280/http-bind/ [P,L]&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;</description><author>jonp123</author><pubDate>Sun, 17 Feb 2013 03:40:39 GMT</pubDate><guid isPermaLink="false">New Post: Does this work with the IIS development version? 20130217034039A</guid></item><item><title>New Post: Does this work with the IIS development version?</title><link>http://urlrewriter.codeplex.com/discussions/433381</link><description>&lt;div style="line-height: normal;"&gt;Nice looking project.  Have source installed in VS2010 and the basics configured.  It is working with the test rewrite rule of &lt;br /&gt;
&lt;pre&gt;&lt;code&gt;RewriteRule ^/(.*)      http://google.com [R=302]&lt;/code&gt;&lt;/pre&gt;

Now I'm trying to get it to work as a reverse proxy using&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;RewriteEngine On
RewriteRule /http-bind/ http://server.somedomain.com:5280/http-bind/ [P,L]
&lt;/code&gt;&lt;/pre&gt;

(Not the real domain above) Which unfortunately is returning a 400 Bad Request.  I'm thinking perhaps its because I'm using the built in development web server IIS (7.5).  Do you know if its compatible?  &lt;br /&gt;
&lt;/div&gt;</description><author>jonp123</author><pubDate>Sat, 16 Feb 2013 18:54:43 GMT</pubDate><guid isPermaLink="false">New Post: Does this work with the IIS development version? 20130216065443P</guid></item><item><title>New Post: Reverse Proxy, HTTP Basic Authentication and Sharepoint</title><link>http://urlrewriter.codeplex.com/discussions/360014</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Has anyone in the community been successful in setting up Reverse Proxying to a Sharepoint site, or any other site using HTTP Basic Authentication? If so, is there a particular minimum version to use or particular configuration needed in the rules file?&amp;nbsp;In
 my current set up attempt (running within the Web Development Web Server from Visual Studio 2010 Express Edition, which please let me know if this is part of the reason), I am correctly proxied at first and am prompted to authenticate, but IIS on the Sharepoint
 server (behind the proxy) still reports a 401 and the browser asks to retry the authentication again.&lt;/p&gt;
&lt;/div&gt;</description><author>bigosmj</author><pubDate>Mon, 18 Jun 2012 17:07:49 GMT</pubDate><guid isPermaLink="false">New Post: Reverse Proxy, HTTP Basic Authentication and Sharepoint 20120618050749P</guid></item><item><title>New Post: Configuration: Buffering of Response-Stream</title><link>http://urlrewriter.codeplex.com/discussions/350871</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi!&lt;/p&gt;
&lt;p&gt;Is there a setting or another possibility to deny the buffering of the response-stream while using managed fusion rewrite?&lt;/p&gt;
&lt;p&gt;I am using IIS 7 atm.&lt;/p&gt;
&lt;p&gt;Which options do I have to reach this goal?&lt;/p&gt;
&lt;p&gt;Thanks in advance.&lt;/p&gt;
&lt;/div&gt;</description><author>DBR</author><pubDate>Mon, 02 Apr 2012 11:11:45 GMT</pubDate><guid isPermaLink="false">New Post: Configuration: Buffering of Response-Stream 20120402111145A</guid></item><item><title>New Post: please need help with Homeseer and managedFusion.rewriter on iis.</title><link>http://urlrewriter.codeplex.com/discussions/219206</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;&lt;span class="hps"&gt;I&lt;/span&gt; &lt;span class="hps"&gt;also I have&lt;/span&gt; &lt;span class="hps"&gt;the same problem&lt;/span&gt;&lt;span&gt;, I&lt;/span&gt; &lt;span class="hps"&gt;could&lt;/span&gt; &lt;span class="hps"&gt;work with&lt;/span&gt; &lt;span class="hps"&gt;the solution&lt;/span&gt;&lt;span&gt;?&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;</description><author>iandrade</author><pubDate>Fri, 17 Feb 2012 13:12:22 GMT</pubDate><guid isPermaLink="false">New Post: please need help with Homeseer and managedFusion.rewriter on iis. 20120217011222P</guid></item><item><title>New Post: is it possible to set my post url in number?</title><link>http://urlrewriter.codeplex.com/discussions/286506</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi, i have a question about post url (absolute address of my posts)&lt;/p&gt;
&lt;p&gt;so if i post sth, it would have its own url, which is usually &amp;quot;&amp;nbsp;www.xxx.com/post/date/post-title.aspx &amp;quot;&amp;nbsp;right? so&amp;nbsp;my question is,&lt;/p&gt;
&lt;p&gt;is there any possible method to set my post url only in number?&lt;/p&gt;
&lt;p&gt;like www.xxx.com/13294835398590&lt;/p&gt;
&lt;p&gt;(i saw some blogs have urls like that)&lt;/p&gt;
&lt;/div&gt;</description><author>angy0721</author><pubDate>Wed, 18 Jan 2012 07:52:33 GMT</pubDate><guid isPermaLink="false">New Post: is it possible to set my post url in number? 20120118075233A</guid></item><item><title>New Post: Worst Project and no support</title><link>http://urlrewriter.codeplex.com/discussions/284150</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Its really a worst project and apart from this there is no support for this project is provided by the team&lt;/p&gt;
&lt;/div&gt;</description><author>hemant026</author><pubDate>Mon, 26 Dec 2011 09:37:46 GMT</pubDate><guid isPermaLink="false">New Post: Worst Project and no support 20111226093746A</guid></item><item><title>New Post: Help on Creating Proxy from IIS6 to Appache</title><link>http://urlrewriter.codeplex.com/discussions/278671</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;if any one knows how to create a proxy from IIS6 to Apache is please help me&lt;/p&gt;
&lt;p&gt;in my case my web site is hosted on IIS6 win2003 server and my internal server is&lt;/p&gt;
&lt;p&gt;on apache&lt;/p&gt;
&lt;p&gt;Please help me to solve the issue&lt;/p&gt;
&lt;/div&gt;</description><author>hemant026</author><pubDate>Tue, 08 Nov 2011 06:52:02 GMT</pubDate><guid isPermaLink="false">New Post: Help on Creating Proxy from IIS6 to Appache 20111108065202A</guid></item><item><title>New Post: ReverseProxy with IIS6</title><link>http://urlrewriter.codeplex.com/discussions/278574</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Is there any who can help me in creating reverse proxy with IIS6&lt;/p&gt;
&lt;p&gt;i had tried so many rule to work but nothing happens&lt;/p&gt;
&lt;p&gt;i am able to get the response from the Internal server but not able&lt;/p&gt;
&lt;p&gt;to display on the Internet&lt;/p&gt;
&lt;p&gt;i will provide my log if needed&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks in advance&lt;/p&gt;
&lt;/div&gt;</description><author>hemant026</author><pubDate>Mon, 07 Nov 2011 12:10:59 GMT</pubDate><guid isPermaLink="false">New Post: ReverseProxy with IIS6 20111107121059P</guid></item><item><title>New Post: Rewrite rule does not pass the querystring params </title><link>http://urlrewriter.codeplex.com/discussions/252191</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Dear krylor&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;will you please help me in resolving a issue in my&lt;/p&gt;
&lt;p&gt;case my website is on another server and i am trying to access it with an IP since my website&lt;/p&gt;
&lt;p&gt;is on Intranet. How should i pass query string to my website&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>hemant026</author><pubDate>Sat, 22 Oct 2011 11:58:55 GMT</pubDate><guid isPermaLink="false">New Post: Rewrite rule does not pass the querystring params  20111022115855A</guid></item><item><title>New Post: proxy timing out</title><link>http://urlrewriter.codeplex.com/discussions/276454</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I installed the Reverse proxy on IIS6 and it was working just fine. Recently in the last couple of days, it appears to timeout every 15-20 minutes and restarting the app pool seems to bring the site backup. Going directly to the proxied site works fine.
 When loading it up from another site (proxy) it takes some time to load and errors out with &amp;quot;The request site http:&amp;lt;site.com&amp;gt; could not be found&amp;quot;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Any ideas? Is there a setting where this timeout value needs to be adjusted?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Vik&lt;/p&gt;
&lt;/div&gt;</description><author>Vik</author><pubDate>Wed, 19 Oct 2011 14:37:19 GMT</pubDate><guid isPermaLink="false">New Post: proxy timing out 20111019023719P</guid></item><item><title>New Post: Tunneling Proxy</title><link>http://urlrewriter.codeplex.com/discussions/264485</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:'Segoe UI','sans-serif'; color:black; font-size:10pt"&gt;Hi,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:'Segoe UI','sans-serif'; color:black; font-size:10pt"&gt;I would like to create an application&amp;nbsp;that captures all the content transferred from any site. For example if somebody wants to browse to goolge. com they will have to click
 on a link that I will provide and from that point going forward all the data will be &amp;ldquo;recorded&amp;rdquo;. As for now I can redirect to google.com but I don&amp;rsquo;t see the links inside the returned pages being modified. Can you please tell me how should
 I configure the proxy?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:'Segoe UI','sans-serif'; color:black; font-size:10pt"&gt;Thanks&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:'Segoe UI','sans-serif'; color:black; font-size:10pt"&gt;Arie
&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;</description><author>ariezaks</author><pubDate>Fri, 08 Jul 2011 22:55:12 GMT</pubDate><guid isPermaLink="false">New Post: Tunneling Proxy 20110708105512P</guid></item><item><title>New Post: subdomains as query parameters</title><link>http://urlrewriter.codeplex.com/discussions/263600</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I want to convert subdomains to query parameter. For example: xxxfirm.localhost/Default.aspx to localhost/Default.aspx?firmName=xxxfirm. but browser should stay on the original address.&lt;/p&gt;
&lt;p&gt;Can this could be done? I it can, how can I accomplish this?&lt;/p&gt;
&lt;/div&gt;</description><author>bolatug</author><pubDate>Fri, 01 Jul 2011 18:05:01 GMT</pubDate><guid isPermaLink="false">New Post: subdomains as query parameters 20110701060501P</guid></item><item><title>New Post: Parameter lost on Ajax post to MVC</title><link>http://urlrewriter.codeplex.com/discussions/262433</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I solved it by putting this code in the beginning of SendRequest in ProxyHandler.cs. The code puts the query string parameters back in for the request on posts.&lt;/p&gt;
&lt;p&gt;string uname = context.User.Identity.Name;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;string newUriString = string.Empty;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Uri authUri = null;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; int i = context.Request.QueryString.Count;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (i &amp;gt; 0)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;newUriString = RequestUrl.OriginalString + "?";&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; foreach (string k in context.Request.QueryString.Keys)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; string val = context.Request.QueryString[k];&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; newUriString += k + "=" + val;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (i &amp;gt; 0)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; newUriString += "&amp;amp;";&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; i--;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; else&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; newUriString = RequestUrl.OriginalString;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; authUri = new Uri(newUriString);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var request = WebRequest.CreateDefault(authUri);&lt;/p&gt;&lt;/div&gt;</description><author>beaka</author><pubDate>Mon, 27 Jun 2011 02:02:13 GMT</pubDate><guid isPermaLink="false">New Post: Parameter lost on Ajax post to MVC 20110627020213A</guid></item><item><title>New Post: Parameter lost on Ajax post to MVC</title><link>http://urlrewriter.codeplex.com/discussions/262433</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I have a site outside the firewall that I am using rewriter to map an intranet internal name to the external name. Gets work fine but an Ajax post from a jquery function fails due to the fact that no parameter is forwared to the MVC controller action.&lt;/p&gt;
&lt;p&gt;When bypassing the proxy the call works fine, when using the proxy the call fails.&lt;/p&gt;
&lt;p&gt;The call is: &lt;a href="http://intranet/Controller/Action?id=1234"&gt;http://intranet/Controller/Action?id=1234&lt;/a&gt; (anonymised)&lt;/p&gt;
&lt;p&gt;The rule in rewriter is: RewriteRule ^/(.*) &lt;a href="https://externaldomain/$1"&gt;
https://externaldomain/$1&lt;/a&gt; [P]&lt;/p&gt;
&lt;p&gt;At the web server the action does not get the id parameter and returns a 500 error.&lt;/p&gt;
&lt;p&gt;Any pointers or help would be appreciated.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;</description><author>beaka</author><pubDate>Thu, 23 Jun 2011 02:12:51 GMT</pubDate><guid isPermaLink="false">New Post: Parameter lost on Ajax post to MVC 20110623021251A</guid></item><item><title>New Post: Noob needs help</title><link>http://urlrewriter.codeplex.com/discussions/259362</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi, I have never used a rewriter before and I have what I think is a simple, common siutation. I read&amp;nbsp;through some examples and I just can't figure out the syntax and the setup. please help.&lt;/p&gt;
&lt;p&gt;I have one public IP address and several&amp;nbsp;Virtual Machines running&amp;nbsp;servers on internal IP addresses.&amp;nbsp; I have&amp;nbsp;2 domains all pointing at the public IP address. So:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Public IP: 173.999.213.14 &lt;/li&gt;&lt;li&gt;Internal VMs: 192.168.1.1, 192.168.1.2, 192.168.1.3, 192.168.1.4 &lt;/li&gt;&lt;li&gt;Domain1.com &lt;/li&gt;&lt;li&gt;Domain2.com &lt;/li&gt;&lt;li&gt;sub.Domain1.com &lt;/li&gt;&lt;li&gt;my hardware router routes all traffic on the public IP to a VM that I want to&amp;nbsp;act as&amp;nbsp;a rewriter appliance:&amp;nbsp; 173.999.213.14 -&amp;gt; 192.168.1.1
&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;And I want the rules running on the rewriter appliance to do the following:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Domain1.com -&amp;gt; 192.168.1.2 (VM running ASP.NET on Windows Server 2003) &lt;/li&gt;&lt;li&gt;Domain2.com -&amp;gt; 192.168.1.3 (VM running PHP on Windows Server 2003, also needing remote desktop access)
&lt;/li&gt;&lt;li&gt;sub.Domain1.com -&amp;gt; 192.168.1.4 (VM running PHP on&amp;nbsp;Apache, Linux) &lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;Ideally if&amp;nbsp;possible&amp;nbsp;I would like&amp;nbsp;all IP&amp;nbsp;traffic routed this way,&amp;nbsp;no matter what port it's on (eg remote desktop 3389, or HTTPS 443) or what kind of pages (PHP, ASP, HTML).&lt;/p&gt;
&lt;p&gt;I would hope this is easy with&amp;nbsp;a base setup and 3 rules, but at this point I can't figure out if it's even possible.&lt;/p&gt;
&lt;p&gt;Thanks in advance for any help you can provide.&lt;/p&gt;
&lt;p&gt;Mike&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;</description><author>mikeshugar</author><pubDate>Sat, 28 May 2011 14:19:47 GMT</pubDate><guid isPermaLink="false">New Post: Noob needs help 20110528021947P</guid></item><item><title>New Post: Increasing connection timeout</title><link>http://urlrewriter.codeplex.com/discussions/255357</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Right now there isn't really a configuration option to set the timeout, but you could always compile the source code and add the following to the HttpWebRequest that is going out.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/system.net.httpwebrequest.timeout.aspx"&gt;http://msdn.microsoft.com/en-us/library/system.net.httpwebrequest.timeout.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I would be interested in hearing your results on this.&lt;/p&gt;&lt;/div&gt;</description><author>nberardi</author><pubDate>Fri, 29 Apr 2011 02:02:39 GMT</pubDate><guid isPermaLink="false">New Post: Increasing connection timeout 20110429020239A</guid></item><item><title>New Post: Reverse Proxy REMOTE_USER</title><link>http://urlrewriter.codeplex.com/discussions/247122</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I have NTLM set up on both sides of the proxy (IIS on one and Apache on the other), and it seems to pass the auth details along seamlessly, without any extra work on my part. &amp;nbsp;I get the username via the CGI variable&amp;nbsp;&lt;a id="l2h-140" class="envvar"&gt;REMOTE_USER.&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><author>kylealanhale</author><pubDate>Thu, 28 Apr 2011 15:28:28 GMT</pubDate><guid isPermaLink="false">New Post: Reverse Proxy REMOTE_USER 20110428032828P</guid></item><item><title>New Post: Increasing connection timeout</title><link>http://urlrewriter.codeplex.com/discussions/255357</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I'm using URL Rewriter to present Exchange ActiveSync to the Internet from an IIS 6 box in our DMZ. &amp;nbsp;The problem I'm having is with the 'ping' command used for push based e-mail on the iPhone; I understand that the timeout needs to be at least 15 minutes
 to work correctly:&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;pre&gt;2011-04-12T12:04:43 [Proxy] Request: http://xxxxexchange.xxxx.corp/Microsoft-Server-ActiveSync?User=xxxx&amp;amp;DeviceId=Applxxxxxxxxxxx&amp;amp;DeviceType=iPhone&amp;amp;Cmd=Ping
2011-04-12T12:06:07 [Proxy] Error received from http://xxxxexchange.xxxx.corp/Microsoft-Server-ActiveSync?User=xxxx&amp;amp;DeviceId=Applxxxxxxxxxxx&amp;amp;DeviceType=iPhone&amp;amp;Cmd=Ping: The operation has timed out
2011-04-12T12:06:07 [Proxy] No response was received, returning a '400 Bad Request' to the client.&lt;/pre&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Do you know how I can go about extending this timeout?&lt;/p&gt;
&lt;p&gt;The phones work fine and there's no errors on the phone side however the batteries get drained fairly quickly.&lt;/p&gt;
&lt;p&gt;Cheers&lt;/p&gt;
&lt;/div&gt;</description><author>saboteur</author><pubDate>Tue, 26 Apr 2011 23:54:14 GMT</pubDate><guid isPermaLink="false">New Post: Increasing connection timeout 20110426115414P</guid></item></channel></rss>