<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: IIS URL Rewrite 2.0 &#8211; Release to Web</title>
	<atom:link href="http://ruslany.net/2010/03/iis-url-rewrite-2-0-release-to-web/feed/" rel="self" type="application/rss+xml" />
	<link>http://ruslany.net/2010/03/iis-url-rewrite-2-0-release-to-web/</link>
	<description>IIS, FastCGI, PHP and other interesting stuff</description>
	<lastBuildDate>Wed, 08 Sep 2010 00:09:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Andreas Andreou</title>
		<link>http://ruslany.net/2010/03/iis-url-rewrite-2-0-release-to-web/comment-page-1/#comment-2415</link>
		<dc:creator>Andreas Andreou</dc:creator>
		<pubDate>Mon, 06 Sep 2010 02:06:29 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/?p=695#comment-2415</guid>
		<description>thx ruslany
I couldn&#039;t find any related documentation online - even the xml schema for the rules would have helped! So, your help is much appreciated.</description>
		<content:encoded><![CDATA[<p>thx ruslany<br />
I couldn&#8217;t find any related documentation online &#8211; even the xml schema for the rules would have helped! So, your help is much appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ruslany</title>
		<link>http://ruslany.net/2010/03/iis-url-rewrite-2-0-release-to-web/comment-page-1/#comment-2414</link>
		<dc:creator>ruslany</dc:creator>
		<pubDate>Mon, 06 Sep 2010 01:21:15 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/?p=695#comment-2414</guid>
		<description>Hi Andreas,

Yes, it is possible. In the subfolder web.config file add the &lt;clear/&gt; elements at the beginning of the &lt;rules&gt; section. That way all the rules from the parent level will be removed and then you can add your subfolder rules.</description>
		<content:encoded><![CDATA[<p>Hi Andreas,</p>
<p>Yes, it is possible. In the subfolder web.config file add the &lt;clear/&gt; elements at the beginning of the &lt;rules&gt; section. That way all the rules from the parent level will be removed and then you can add your subfolder rules.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andreas Andreou</title>
		<link>http://ruslany.net/2010/03/iis-url-rewrite-2-0-release-to-web/comment-page-1/#comment-2413</link>
		<dc:creator>Andreas Andreou</dc:creator>
		<pubDate>Mon, 06 Sep 2010 00:07:09 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/?p=695#comment-2413</guid>
		<description>Hi,
do you know if it&#039;s possible for a rule in a subfolder (i.e. defined in somefolder/web.config) to take precedence over a rule defined in the root folder (i.e. in web.config)?</description>
		<content:encoded><![CDATA[<p>Hi,<br />
do you know if it&#8217;s possible for a rule in a subfolder (i.e. defined in somefolder/web.config) to take precedence over a rule defined in the root folder (i.e. in web.config)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ruslany</title>
		<link>http://ruslany.net/2010/03/iis-url-rewrite-2-0-release-to-web/comment-page-1/#comment-2338</link>
		<dc:creator>ruslany</dc:creator>
		<pubDate>Fri, 27 Aug 2010 20:44:59 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/?p=695#comment-2338</guid>
		<description>Hi Wright,

One option I can think of is not to use global rules for reverse proxy. The reverse proxy can be implemented with normal distributed rules in web.config files. 

If you do that then I think you should be able to write an HTTP module that gets to the request before URL rewrite.</description>
		<content:encoded><![CDATA[<p>Hi Wright,</p>
<p>One option I can think of is not to use global rules for reverse proxy. The reverse proxy can be implemented with normal distributed rules in web.config files. </p>
<p>If you do that then I think you should be able to write an HTTP module that gets to the request before URL rewrite.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ruslany</title>
		<link>http://ruslany.net/2010/03/iis-url-rewrite-2-0-release-to-web/comment-page-1/#comment-2337</link>
		<dc:creator>ruslany</dc:creator>
		<pubDate>Fri, 27 Aug 2010 20:42:15 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/?p=695#comment-2337</guid>
		<description>Hi Raman,

I think that for the response headers to show content-encoding, the request should contain header &quot;accept-encoding&quot;, e.g.

Accept-Encoding: compress, gzip

You can try to make request with this header by using WFetch.</description>
		<content:encoded><![CDATA[<p>Hi Raman,</p>
<p>I think that for the response headers to show content-encoding, the request should contain header &#8220;accept-encoding&#8221;, e.g.</p>
<p>Accept-Encoding: compress, gzip</p>
<p>You can try to make request with this header by using WFetch.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raman</title>
		<link>http://ruslany.net/2010/03/iis-url-rewrite-2-0-release-to-web/comment-page-1/#comment-2315</link>
		<dc:creator>Raman</dc:creator>
		<pubDate>Fri, 20 Aug 2010 06:44:34 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/?p=695#comment-2315</guid>
		<description>I have static compression enabled on my server. There are no outbound rules. There are only redirect rules. Like data.ramansingla.com/index.html is redirected to www.ramansingla.com/data/index.html

I checked the returned headers. Those don&#039;t show content-encoding: gzip. Should I do something differently?</description>
		<content:encoded><![CDATA[<p>I have static compression enabled on my server. There are no outbound rules. There are only redirect rules. Like data.ramansingla.com/index.html is redirected to <a href="http://www.ramansingla.com/data/index.html" rel="nofollow">http://www.ramansingla.com/data/index.html</a></p>
<p>I checked the returned headers. Those don&#8217;t show content-encoding: gzip. Should I do something differently?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wright</title>
		<link>http://ruslany.net/2010/03/iis-url-rewrite-2-0-release-to-web/comment-page-1/#comment-2314</link>
		<dc:creator>Wright</dc:creator>
		<pubDate>Thu, 19 Aug 2010 17:18:41 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/?p=695#comment-2314</guid>
		<description>Help...  I have been researching this for days...

In an earlier response to a blog you wrote: &quot;URL rewriter processes global rules during PreBeginRequest pipeline stage.&quot;   

I need to use the reverse proxy function of URL Rewriter, however at the same time I need to capture the in-comming request, inspect, and occasionally ALTER the content.  How can I get infront of the URL Rewriter, alter some selected content, and then pass the altered content to the URL Rewriter / Reverse Proxy processes?

(I seem to have full ability to alter the response returning to the browser using the IHttpModule interface. The request content is already processed by the URL Rewriter before it is available to me.)

Any assistance would be appreciated.

Bill</description>
		<content:encoded><![CDATA[<p>Help&#8230;  I have been researching this for days&#8230;</p>
<p>In an earlier response to a blog you wrote: &#8220;URL rewriter processes global rules during PreBeginRequest pipeline stage.&#8221;   </p>
<p>I need to use the reverse proxy function of URL Rewriter, however at the same time I need to capture the in-comming request, inspect, and occasionally ALTER the content.  How can I get infront of the URL Rewriter, alter some selected content, and then pass the altered content to the URL Rewriter / Reverse Proxy processes?</p>
<p>(I seem to have full ability to alter the response returning to the browser using the IHttpModule interface. The request content is already processed by the URL Rewriter before it is available to me.)</p>
<p>Any assistance would be appreciated.</p>
<p>Bill</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ruslany</title>
		<link>http://ruslany.net/2010/03/iis-url-rewrite-2-0-release-to-web/comment-page-1/#comment-2191</link>
		<dc:creator>ruslany</dc:creator>
		<pubDate>Wed, 14 Jul 2010 17:42:25 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/?p=695#comment-2191</guid>
		<description>Hi MyBestGuess. The rule looks correct. I would suggest to enable &lt;a href=&quot;http://learn.iis.net/page.aspx/467/using-failed-request-tracing-to-trace-rewrite-rules/&quot; rel=&quot;nofollow&quot;&gt;Failed Request Tracing&lt;/a&gt; and check if the rule gets executed at all.</description>
		<content:encoded><![CDATA[<p>Hi MyBestGuess. The rule looks correct. I would suggest to enable <a href="http://learn.iis.net/page.aspx/467/using-failed-request-tracing-to-trace-rewrite-rules/" rel="nofollow">Failed Request Tracing</a> and check if the rule gets executed at all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MyBestGuess</title>
		<link>http://ruslany.net/2010/03/iis-url-rewrite-2-0-release-to-web/comment-page-1/#comment-2189</link>
		<dc:creator>MyBestGuess</dc:creator>
		<pubDate>Wed, 14 Jul 2010 12:41:33 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/?p=695#comment-2189</guid>
		<description>Sorry, the code didn&#039;t show.  Here is my code that I am using.

rewrite
            rules
                rule name=&quot;Redirect to Https&quot; stopProcessing=&quot;true&quot;
                    match url=&quot;(.*)&quot; 
                    conditions
                        add input=&quot;{HTTPS}&quot; pattern=&quot;^OFF$&quot;
                    conditions
                    action type=&quot;Redirect&quot; url=&quot;https://{HTTP_HOST}/{URL}&quot; redirectType=&quot;SeeOther&quot; 
                rule
            rules
        rewrite</description>
		<content:encoded><![CDATA[<p>Sorry, the code didn&#8217;t show.  Here is my code that I am using.</p>
<p>rewrite<br />
            rules<br />
                rule name=&#8221;Redirect to Https&#8221; stopProcessing=&#8221;true&#8221;<br />
                    match url=&#8221;(.*)&#8221;<br />
                    conditions<br />
                        add input=&#8221;{HTTPS}&#8221; pattern=&#8221;^OFF$&#8221;<br />
                    conditions<br />
                    action type=&#8221;Redirect&#8221; url=&#8221;https://{HTTP_HOST}/{URL}&#8221; redirectType=&#8221;SeeOther&#8221;<br />
                rule<br />
            rules<br />
        rewrite</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MyBestGuess</title>
		<link>http://ruslany.net/2010/03/iis-url-rewrite-2-0-release-to-web/comment-page-1/#comment-2188</link>
		<dc:creator>MyBestGuess</dc:creator>
		<pubDate>Wed, 14 Jul 2010 12:38:52 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/?p=695#comment-2188</guid>
		<description>Hello,

I am using URL rewrite 2.0 to handle HTTPS redirects.  I have the following code in my web.config setup through IIS and the website doesn&#039;t get redirected or even throw a site required SSL error.  It just loads like it normally would.  I have made sure all SSL requirements have been made.   Please help and let me know what I am doing wrong.


            
                
                    
                    
                        
                    
                    
                
            
        </description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I am using URL rewrite 2.0 to handle HTTPS redirects.  I have the following code in my web.config setup through IIS and the website doesn&#8217;t get redirected or even throw a site required SSL error.  It just loads like it normally would.  I have made sure all SSL requirements have been made.   Please help and let me know what I am doing wrong.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
